MCPcopy
hub / github.com/chartjs/Chart.js / defined

Function defined

src/helpers/helpers.core.ts:391–391  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

389
390
391export const defined = (value: unknown) => typeof value !== 'undefined';
392
393export const isFunction = (value: unknown): value is (...args: any[]) => any => typeof value === 'function';
394

Callers 4

updateMinAndPrevFunction · 0.85
_updateVisibilityMethod · 0.85
placeBoxesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected