UNPKG

@mojir/lits

Version:

Lits is a Lisp dialect implemented in TypeScript

5 lines (4 loc) 126 B
import type { JsFunction } from '../../../src/Lits/Lits'; export declare const jsFunctions: { [x: string]: JsFunction; };