UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

8 lines (7 loc) 156 B
declare module "get-function-location" { export default function (func: any): Promise<{ source: string; line: number; column: number; }>; }