deno.land / x / dayjs@v1.11.5 / types / plugin / isBetween.d.ts

isBetween.d.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { PluginFunc, ConfigType, OpUnitType } from 'dayjs'
declare const plugin: PluginFuncexport = plugin
declare module 'dayjs' { interface Dayjs { isBetween(a: ConfigType, b: ConfigType, c?: OpUnitType | null, d?: '()' | '[]' | '[)' | '(]'): boolean }}
dayjs

Version Info

Tagged at
a year ago