UNPKG

easy-constructor

Version:

JavaScript class constructors without the boilerplate

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