Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ strings.ts
File
strings.ts
src/common/strings.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{Id} from
'../@types/common/index.d.ts'
;
2
3
export
const
getTypeOf = (thing: unknown): string => typeof thing;
4
Callers
nothing calls this directly
Calls
1
getTypeOf
Function · 0.70
Tested by
no test coverage detected