index.d.ts 102 B

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