UNPKG

cronosjs

Version:

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

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