5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
|
declare module 'date-fns/difference_in_months' {
|
||
|
import {differenceInMonths} from 'date-fns'
|
||
|
export = differenceInMonths
|
||
|
}
|