UNPKG

160 BTypeScriptView Raw
1import * as ts from 'typescript';
2export declare class TypeScriptBinaryLoader {
3 private tsBinary?;
4 load(): typeof ts;
5 getModulePaths(): string[];
6}