4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
|
/**
|
||
|
* Type that references another type.
|
||
|
*/
|
||
|
module.exports = function() {};
|