initial status
This commit is contained in:
12
node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts
generated
vendored
Normal file
12
node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
import { PluginFunc } from 'dayjs/esm'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
|
||||
declare module 'dayjs/esm' {
|
||||
interface Dayjs {
|
||||
week(): number
|
||||
|
||||
week(value : number): Dayjs
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user