bkc
Version:
:dog: If there are no dogs in Heaven, then when I die I want to go where they went.
5 lines (4 loc) • 308 B
TypeScript
import { TCallables } from '../types/callable';
export declare const findExternal: (val: string, externals: TCallables) => number;
export declare const determineReturn: (command: string) => boolean;
export declare const determine: (command: string, externals: TCallables) => ((arg: any) => void) | null;