index.d.ts 109 B

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