UNPKG

@dlightjs/transpiler-standalone

Version:

DLight transpiler as function for browser

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