UNPKG

flora-exception

Version:

An exception system for FQL.

4 lines (3 loc) 285 B
import { GuardedT } from "../Flora"; export declare const $And: <A extends ((obj: any) => boolean)[]>(...args: A) => (obj: any) => obj is GuardedT<A[number]>; export declare const $Extends: <A extends ((obj: any) => boolean)[]>(...args: A) => (obj: any) => obj is GuardedT<A[number]>;