5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
|
declare module 'date-fns/start_of_month' {
|
||
|
import {startOfMonth} from 'date-fns'
|
||
|
export = startOfMonth
|
||
|
}
|