UNPKG

ngx-ntk-cron-editor

Version:

Angular cron editor

7 lines (6 loc) 300 B
export default class Utils { /** This returns a range of numbers. Starts from 0 if 'startFrom' is not set */ static getRange(startFrom: number, until: number): number[]; static isObject(value: any): value is object; static merge(target: object, ...sources: object[]): object; }