UNPKG

@thi.ng/sexpr

Version:

Extensible S-Expression parser & runtime infrastructure

4 lines 280 B
import type { MultiFn2 } from "@thi.ng/defmulti"; import type { ASTNode, Implementations } from "./api.js"; export declare const runtime: <IMPL extends Implementations<ENV, RES>, ENV, RES>(impls: Partial<IMPL>) => MultiFn2<ASTNode, ENV, RES>; //# sourceMappingURL=runtime.d.ts.map