MCPcopy
hub / github.com/clientIO/joint / isNumber

Function isNumber

packages/joint-react/src/utils/is.ts:63–65  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

61}
62
63export function isNumber(value: unknown): value is number {
64 return util.isNumber(value);
65}
66export function isBoolean(value: unknown): value is boolean {
67 return util.isBoolean(value);
68}

Callers 2

ComponentFunction · 0.90
jsxToMarkupWithArrayFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected