Skip to content

Commit

Permalink
feat: Add preset system for options
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Apr 14, 2020
1 parent 00a3379 commit bac86ee
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 150 deletions.
7 changes: 1 addition & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ import checkDaysOfMonth from './fieldCheckers/dayOfMonthChecker'
import checkMonths from './fieldCheckers/monthChecker'
import checkDaysOfWeek from './fieldCheckers/dayOfWeekChecker'
import checkYears from './fieldCheckers/yearChecker'
import {
defaultOptions,
InputOptions,
Options,
validateOptions,
} from './option'
import { InputOptions, Options, validateOptions } from './option'

export interface CronData {
seconds?: string
Expand Down
Loading

0 comments on commit bac86ee

Please sign in to comment.