MCPcopy Index your code
hub / github.com/Vincit/objection.js / isString

Function isString

lib/utils/objectUtils.js:38–40  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

36}
37
38function isString(value) {
39 return typeof value === 'string';
40}
41
42function isNumber(value) {
43 return typeof value === 'number';

Callers 15

resolveModelFunction · 0.85
createModifierFunction · 0.85
isSafeKeyFunction · 0.85
messageFunction · 0.85
parseJsonAttributesFunction · 0.85
getTableNameMethod · 0.85
ensureRelationFunction · 0.85
visitStringsFunction · 0.85
getTableNameFunction · 0.85
tableNameForMethod · 0.85
aliasForMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected