UNPKG

markscript-core

Version:

A library for building JavaScript or TypeScript projects with MarkLogic.

4 lines (3 loc) 154 B
export declare function translateTypeScript(baseDir: string, relFiles: string[], outDir: string, tmpDir?: string): { [relFile: string]: string; };