1
0
Fork 0
mirror of synced 2024-09-15 08:47:37 +12:00
budibase/packages/common/node_modules/date-fns/start_of_hour/index.d.ts

5 lines
106 B
TypeScript
Raw Normal View History

2020-04-08 02:12:08 +12:00
declare module 'date-fns/start_of_hour' {
import {startOfHour} from 'date-fns'
export = startOfHour
}