UNPKG

111 BTypeScriptView Raw
1import { TransformOptions } from './types';
2export default function transform(opts: TransformOptions): string;