antongolub/iso8601

View on GitHub
flow-typed/index.flow.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

declare module '@antongolub/iso8601' {
  declare module.exports: (value: string, group?: string | string[], date?: Date | number | string) => Date | void
}