UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

14 lines (13 loc) 509 B
export declare class CornParser { static MONTHS: string[]; static SHORT_MONTHS: string[]; static WEEKS: string[]; static SHORT_WEEKS: string[]; convertMonthName(expression: string): string; convertWeekName(expression: string): string; convertAsterisks(expressions: string[]): string[]; convertRange(expression: string): string; convertRanges(expressions: string[]): string[]; convertSteps(expressions: string[]): string[]; interprete(expression: string): string; }