MCPcopy Index your code
hub / github.com/microsoft/SandDance / isString

Function isString

docs/tests/v2/es6/js/sanddance.js:8153–8155  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

8151exports.isNumber = isNumber;
8152
8153function isString(arg) {
8154 return typeof arg === 'string';
8155}
8156
8157exports.isString = isString;
8158

Callers 3

sanddance.jsFile · 0.70
formatValueFunction · 0.70
formatPrimitiveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected