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

Function getTypeOf

src/common/strings.ts:3–3  ·  view source on GitHub ↗
(thing: unknown)

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
5export const TINYBASE = 'tinybase';
6export const EMPTY_STRING = '';

Callers 5

getCellOrValueTypeFunction · 0.90
isStringFunction · 0.90
isNumberFunction · 0.90
isFunctionFunction · 0.90
strings.tsFile · 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…