@qntm-code/utils
Version:
A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.
15 lines (14 loc) • 512 B
JavaScript
export * from './setEndOfDay.js';
export * from './setEndOfHour.js';
export * from './setEndOfMinute.js';
export * from './setEndOfMonth.js';
export * from './setEndOfSecond.js';
export * from './setEndOfWeek.js';
export * from './setEndOfYear.js';
export * from './setStartOfDay.js';
export * from './setStartOfHour.js';
export * from './setStartOfMinute.js';
export * from './setStartOfMonth.js';
export * from './setStartOfSecond.js';
export * from './setStartOfWeek.js';
export * from './setStartOfYear.js';