UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

4 lines (3 loc) 72 B
export type Creator<T extends object> = { new (...args: any[]): T; };