UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

7 lines (6 loc) 160 B
import * as ts from 'typescript'; export declare class TypeScriptBinaryLoader { private tsBinary?; load(): typeof ts; getModulePaths(): string[]; }