MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isString

Function isString

packages/utils/src/misc.ts:37–39  ·  view source on GitHub ↗
(v: any)

Source from the content-addressed store, hash-verified

35}
36
37export function isString(v: any): v is string {
38 return typeof v === 'string';
39}
40
41function _innerWaitForThing(obj: any, path: string): Promise<any> {
42 const timeGap = 200;

Callers 1

misc.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…