UNPKG

vue-property-decorator-transpiler

Version:

Transpiles classes written in vue-property-decorator back to simple Vue component global registration.

7 lines (6 loc) 238 B
/** * Transpile the default exported class to Vue component global registration. * @param code Original Typescript code. */ declare function VPDtoJs(code: string, template: string, constMode?: boolean): string; export = VPDtoJs;