index.d.ts 106 B

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