index.d.ts 102 B

1234
  1. declare module 'date-fns/sub_seconds' {
  2. import {subSeconds} from 'date-fns'
  3. export = subSeconds
  4. }