UNPKG

@graphql-hive/importer

Version:
8 lines (6 loc) 193 B
interface Transpiled { format: 'commonjs' | 'module'; source: string; } declare function transpileTypeScriptFile(url: string): Promise<Transpiled>; export { transpileTypeScriptFile };