UNPKG

@blackbox-vision/use-torch-light

Version:
7 lines (6 loc) 267 B
export declare type LogOptions = { debug?: boolean; }; export declare type Color = 'green' | 'red' | 'yellow' | 'white'; export declare const log: (msg: string, color: Color, { debug }: LogOptions) => void; export declare const isFunction: (val: any) => boolean;