UNPKG

null.js

Version:
9 lines (8 loc) 217 B
import { Compiler, Decompiler } from "./compiler"; import { VM } from "./vm"; declare const _default: { Compiler: typeof Compiler; Decompiler: typeof Decompiler; VM: typeof VM; }; export default _default;