UNPKG

@ts-ast-parser/core

Version:

Reflects a simplified version of the TypeScript AST for generating documentation

10 lines 464 B
/** * Resolves the TypeScript declaration files from "node_modules" directory. * This is used when working in an in memory file system inside Node.js. * We need to load the declaration files in memory. * * @returns The TypeScript declaration files location and content */ export declare function getLibFilesFromNode(): Map<string, string>; export declare function getTypesFromNode(): Map<string, string>; //# sourceMappingURL=get-lib-files-from-node.d.ts.map