1
0
Fork 0
mirror of synced 2024-09-02 10:41:09 +12:00
budibase/packages/common/node_modules/date-fns/parse/index.js.flow
2020-04-15 15:23:29 +01:00

8 lines
133 B
Text

// @flow
declare module.exports: (
argument: Date | string | number,
options?: {
additionalDigits?: 0 | 1 | 2
}
) => Date