refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.
This commit is contained in:
12
node_modules/dayjs/plugin/weekday.d.ts
generated
vendored
Normal file
12
node_modules/dayjs/plugin/weekday.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { PluginFunc } from 'dayjs'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
|
||||
declare module 'dayjs' {
|
||||
interface Dayjs {
|
||||
weekday(): number
|
||||
|
||||
weekday(value: number): Dayjs
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user