index.js.flow 133 octets
Newer Older
tm163947's avatar
cmt
tm163947 a validé
// @flow

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