UNPKG

cronosjs-extended

Version:

A cron based task scheduler for node and the browser, with extended syntax and timezone support.

4 lines (3 loc) 240 B
export declare const sortAsc: (a: number, b: number) => number; export declare const sortDesc: (a: number, b: number) => number; export declare function flatMap<T, U>(arr: T[], mapper: (value: T, index: number, array: T[]) => U[]): U[];