UNPKG

embedded-typescript

Version:
3 lines (2 loc) 144 B
import { ParseError } from "../parser/index.js"; export declare function compiler(template: string, templatePath: string): string | ParseError;