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:
19
node_modules/dayjs/esm/plugin/utc/index.d.ts
generated
vendored
Normal file
19
node_modules/dayjs/esm/plugin/utc/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { PluginFunc, ConfigType } from 'dayjs/esm'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
|
||||
declare module 'dayjs/esm' {
|
||||
interface Dayjs {
|
||||
|
||||
utc(keepLocalTime?: boolean): Dayjs
|
||||
|
||||
local(): Dayjs
|
||||
|
||||
isUTC(): boolean
|
||||
|
||||
utcOffset(offset: number, keepLocalTime?: boolean): Dayjs
|
||||
}
|
||||
|
||||
export function utc(config?: ConfigType, format?: string, strict?: boolean): Dayjs
|
||||
}
|
Reference in New Issue
Block a user