(thing: unknown)
| 1 | import type {Id} from '../@types/common/index.d.ts'; |
| 2 | |
| 3 | export const getTypeOf = (thing: unknown): string => typeof thing; |
| 4 | |
| 5 | export const TINYBASE = 'tinybase'; |
| 6 | export const EMPTY_STRING = ''; |
no outgoing calls
no test coverage detected
searching dependent graphs…