chore: update packages to latest versions
This commit is contained in:
12
assets/js/dayjs/plugin/weekOfYear.d.ts
vendored
Normal file
12
assets/js/dayjs/plugin/weekOfYear.d.ts
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
|
||||
declare module 'dayjs' {
|
||||
interface Dayjs {
|
||||
week(): number
|
||||
|
||||
week(value : number): Dayjs
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user