UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

18 lines (17 loc) 615 B
export * from './getEndOfDay.js'; export * from './getEndOfHour.js'; export * from './getEndOfMinute.js'; export * from './getEndOfMonth.js'; export * from './getEndOfSecond.js'; export * from './getEndOfWeek.js'; export * from './getEndOfYear.js'; export * from './getMonthNames.js'; export * from './getStartOfDay.js'; export * from './getStartOfHour.js'; export * from './getStartOfMinute.js'; export * from './getStartOfMonth.js'; export * from './getStartOfSecond.js'; export * from './getStartOfWeek.js'; export * from './getStartOfYear.js'; export * from './getToday.js'; export * from './getWeekOfYear.js';