5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
declare module 'date-fns/is_past' {
|
|
import {isPast} from 'date-fns'
|
|
export = isPast
|
|
}
|