index.d.ts 109 B

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