UNPKG

cron-js-parser

Version:

Cron expression parser to human readable format from Expression as well as Individual values

5 lines (4 loc) 179 B
export declare class StringUtilities { static format(template: string, ...values: string[]): string; static containsAny(text: string, searchStrings: string[]): boolean; }