UNPKG

@dlightjs/transpiler

Version:

DLight transpiler as function

4 lines (2 loc) 115 B
declare function transformDLight(code: string): string | null | undefined; export { transformDLight as default };