MCPcopy Index your code
hub / github.com/tinyplex/tinybase / getTypeOf

Function getTypeOf

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:2–2  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

1// dist/index.js
2var getTypeOf = (thing) => typeof thing;
3var EMPTY_STRING = "";
4var STRING = getTypeOf(EMPTY_STRING);
5var BOOLEAN = getTypeOf(true);

Callers 5

index.jsFile · 0.70
isStringFunction · 0.70
isNumberFunction · 0.70
isFunctionFunction · 0.70
getCellOrValueTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…