5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
|
declare module 'date-fns/start_of_tomorrow' {
|
||
|
import {startOfTomorrow} from 'date-fns'
|
||
|
export = startOfTomorrow
|
||
|
}
|