UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 126 B
import { type InputCode, type OutputCode } from '../funcs.js'; export default function loader(source: InputCode): OutputCode;