spacerkt / nestjs-util

Common utilities for NestJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

NestJS Utils to Space Rocket Projects

npx typedoc for full documentation

TypeOrmUtil

  • QueryRunnerFactory -> instanciate a QueryRunnerTransaction object
  • BaseEntity -> provides a better entity with timestamps

Decorators

  • ExcludeProperty -> Exclude + ApiHideProperty
  • ExposeProperty -> Expose + ApiProperty
  • IsEqualStr

Functions

  • binarySearch
  • compare
  • dateToUTC
  • delay (promisified setTimeout)

License

MIT licensed.

About

Common utilities for NestJS

License:MIT License


Languages

Language:TypeScript 97.4%Language:JavaScript 2.6%