5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
|
declare module 'date-fns/get_month' {
|
||
|
import {getMonth} from 'date-fns'
|
||
|
export = getMonth
|
||
|
}
|