helpers.d.ts 207 Bytes EditWeb IDE 1 2 3 export declare const isFn: (value: any) => boolean; export declare function flatArrFromObject<T>(arr: T[], prop: string): string[]; export declare function compare<T>(a: T, b: T, reverse?: boolean): number;