MCPcopy
hub / github.com/livebud/bud / isString

Function isString

framework/view/ssr/svelte.js:69–71  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

67 return toString.call(value) == "[object Object]";
68 };
69 var isString = (value) => {
70 return typeof value == "string" || toString.call(value) == "[object String]";
71 };
72 var isNumber = (value) => {
73 return typeof value == "number" || toString.call(value) == "[object Number]";
74 };

Callers 1

jsesc2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected