index.d.ts 102 B

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