hz-zhhq-web/node_modules/date-fns/format/index.js.flow

10 lines
137 B
Plaintext
Raw Normal View History

2025-02-25 13:44:33 +08:00
// @flow
declare module.exports: (
date: Date | string | number,
format?: string,
options?: {
locale?: Object
}
) => string