MCPcopy 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

1import type {Id} from '../@types/common/index.d.ts';
2
3export const getTypeOf = (thing: unknown): string => typeof thing;
4

Callers

nothing calls this directly

Calls 1

getTypeOfFunction · 0.70

Tested by

no test coverage detected