UNPKG

fabricator

Version:

Discover collections of constructible instances from strings (filepaths), arrays or objects

7 lines (5 loc) 113 B
function Constructor() { /* noop */ } Constructor.prototype.name = 'with name'; module.exports = Constructor;