UNPKG

210 BTypeScriptView Raw
1export declare const isFn: (value: any) => boolean;
2export declare function flatArrFromObject<T>(arr: T[], prop: string): string[];
3export declare function compare<T>(a: T, b: T, reverse?: boolean): number;