export { easyConstructor } from './easyConstructor.cjs';
export { ConstructorType } from './types/ConstructorType.cjs';
export { EasyConstructorOptions } from './types/EasyConstructorOptions.cjs';
import 'type-fest';
