UNPKG

@mojir/lits

Version:

Lits is a Lisp dialect implemented in TypeScript

4 lines (3 loc) 184 B
import { type BitwiseApiName } from '../api'; import type { FunctionReference } from '..'; export declare const bitwiseReference: Record<BitwiseApiName, FunctionReference<'Bitwise'>>;