Skip to content

Commit

Permalink
fix(missing type): added export for DurationUnit type (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
catakot authored Jun 10, 2024
1 parent 3e416ee commit 75bdaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export {dateTime, dateTimeUtc, isDateTime, expandFormat} from './dateTime';
export {parse as defaultRelativeParse, isLikeRelative as defaultIsLikeRelative} from './datemath';
export {dateTimeParse, isValid, isLikeRelative} from './parser';
export {getTimeZonesList, guessUserTimeZone, isValidTimeZone, timeZoneOffset} from './timeZone';
export type {DateTime, DateTimeInput, Duration, DurationInput} from './typings';
export type {DateTime, DateTimeInput, Duration, DurationInput, DurationUnit} from './typings';
export {UtcTimeZone, HTML5_INPUT_FORMATS} from './constants';
export {duration, isDuration} from './duration';

0 comments on commit 75bdaef

Please sign in to comment.