UNPKG

bkc

Version:

:dog: If there are no dogs in Heaven, then when I die I want to go where they went.

14 lines (13 loc) 360 B
import { TCallables } from '../types/callable'; export declare enum INSTANT_COMMANDS { LENGTH = "len", ARRAY = "array", PUSH = "push", UNSHIFT = "unshift", GET = "get", FIRST_ELEMENT = "car", REST_ELEMENT = "cdr", SUM = "sum" } export declare const instants: TCallables; export declare const instantList: string[];