MCPcopy
hub / github.com/google/zx / isString

Function isString

src/util.ts:32–34  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

30}
31
32export function isString(obj: any) {
33 return typeof obj === 'string'
34}
35
36const utf8Decoder = new TextDecoder('utf-8')
37export const bufToString = (buf: Buffer | string): string =>

Callers 4

core.tsFile · 0.90
_pipeFunction · 0.90
util.test.jsFile · 0.85
bufToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…