Page MenuHomec4science

compileCode.d.ts
No OneTemporary

File Metadata

Created
Thu, Mar 13, 12:14

compileCode.d.ts

import { TransformOptions } from 'buble';
export default function compileCode(code: string, compilerConfig: TransformOptions, onError?: (err: Error) => void): string;

Event Timeline