UNPKG

@thi.ng/pointfree

Version:

Pointfree functional composition / Forth style stack execution engine

6 lines 268 B
import type { Fn2 } from "@thi.ng/api"; import type { Stack } from "./api.js"; export declare let $: Fn2<Stack, number, void>; export declare let $n: Fn2<number, number, void>; export declare const safeMode: (state: boolean) => void; //# sourceMappingURL=safe.d.ts.map