UNPKG

@typed/test

Version:
6 lines (5 loc) 216 B
import { CompilerOptions } from 'typescript'; export declare function transpileFile(contents: string, options: CompilerOptions, basePath: string, moduleName: string): { content: string; sourceMap: string; };