MCPcopy
hub / github.com/iamkun/dayjs / isDayjs

Function isDayjs

src/index.js:12–12  ·  src/index.js::isDayjs

Source from the content-addressed store, hash-verified

10
11class="cm">// eslint-disable-next-line no-use-before-define
12const isDayjs = d => d instanceof Dayjs || !!(d && d[IS_DAYJS])
13
14const parseLocale = (preset, object, isLocal) => {
15 let l

Callers 1

dayjsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected