UNPKG

flora-exception

Version:

An exception system for FQL.

4 lines (3 loc) 179 B
export declare const $Map: <K extends string | number, V>($KeyPred?: (obj: any) => obj is K, $ValPred?: (obj: any) => obj is V) => (obj: any) => obj is { [key: string]: V; };