Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
var
getTypeOf = (thing) => typeof thing;
3
var
EMPTY_STRING =
""
;
4
var
STRING = getTypeOf(EMPTY_STRING);
5
var
BOOLEAN = getTypeOf(true);
Callers
5
index.js
File · 0.70
isString
Function · 0.70
isNumber
Function · 0.70
isFunction
Function · 0.70
getCellOrValueType
Function · 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…