UNPKG

@nestjs/cli

Version:

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

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