UNPKG

decorator-x

Version:

decorator for entity instantiation & validation, auto-generate swagger docs & graphql schema

7 lines (4 loc) 178 B
// @flow export { innerEntityObject } from "./internal/singleton"; export { entity, entityProperty } from "./entity/decorator"; export { instantiate } from "./entity/factory";