index.d.ts 102 B

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