property-manager
Version:
make it easier to manage the properties/attributes of your class.
14 lines (11 loc) • 384 B
TypeScript
import {NormalPropertyManager} from './normal.js'
export * from './ability.js'
export * from './abstract.js'
export * from './advance.js';
export * from './array.js'
export * from './assign-value.js'
export * from './normal.js'
export * from './simple.js';
export * from './properties/index.js'
export * from './properties/define-properties.js'
export default NormalPropertyManager