UNPKG

easy-constructor

Version:

JavaScript class constructors without the boilerplate

5 lines (4 loc) 214 B
export { easyConstructor } from './easyConstructor.js'; export { ConstructorType } from './types/ConstructorType.js'; export { EasyConstructorOptions } from './types/EasyConstructorOptions.js'; import 'type-fest';