MCPcopy Index your code
hub / github.com/deployd/deployd / isString

Function isString

lib/internal-client.js:255–257  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

253
254
255function isString(arg) {
256 return typeof arg === 'string' || typeof arg === 'number';
257}
258
259function toString(arg) {
260 return arg ? arg.toString() : null;

Callers 2

parseGetSignatureFunction · 0.70
parsePostSignatureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected