Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
defaultMaxAge
to entity operator
* Introduce to `defaultMaxAge` to IEntityOptions + Add EntityAge with predefined common ages for use with `defaultMaxAge` * Update @entity decorator to support passing name in only or options or both > Move key decorator tokens into entity-tokens.ts > Extract entity decorator into its own file entity-decorator.ts > Extract key decorator into its own file key-decorator.ts * Update index/public api to reference all exports from new locations * Added EntityAge enum to public api * Removed all imports from '../..' Issues #144 #141
- Loading branch information