UNPKG

koconut

Version:

Provide interchainable array, set, map and etc supporting both normal and async callbacks as their action arguments.

6 lines (5 loc) 246 B
import { KoconutComparable, KoconutEquatable } from '../../module'; export declare const KoconutTypeChecker: { checkIsComparable: (target: any) => target is KoconutComparable; checkIsEquatable: (target: any) => target is KoconutEquatable; };