UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 192 B
import type { FileName } from '../../dt/index.js'; import type { InputCode, OutputCode } from './funcs.js'; export declare function transform(code: InputCode, fileName: FileName): OutputCode;