travel/admin/node_modules/date-fns/parse/index.js.flow

9 lines
133 B
Plaintext
Raw Normal View History

2024-06-24 11:28:18 +08:00
// @flow
declare module.exports: (
argument: Date | string | number,
options?: {
additionalDigits?: 0 | 1 | 2
}
) => Date