yeet
This commit is contained in:
12
node_modules/dayjs/plugin/objectSupport.d.ts
generated
vendored
Executable file
12
node_modules/dayjs/plugin/objectSupport.d.ts
generated
vendored
Executable file
@ -0,0 +1,12 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
|
||||
declare module 'dayjs' {
|
||||
interface Dayjs {
|
||||
set(argument: object): Dayjs
|
||||
add(argument: object): Dayjs
|
||||
subtract(argument: object): Dayjs
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user