UNPKG

docz

Version:

It's has never been so easy to documents your things!

4 lines (3 loc) 210 B
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;