UNPKG

@mojir/lits

Version:

Lits is a Lisp dialect implemented in TypeScript

4 lines (3 loc) 186 B
import type { FunctionReference } from '../..'; import { type MatrixApiName } from '../../api'; export declare const matrixReference: Record<MatrixApiName, FunctionReference<'Matrix'>>;