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

Function test

src/common/other.ts:124–125  ·  view source on GitHub ↗
(regex: RegExp, subject: string)

Source from the content-addressed store, hash-verified

122 arrayOrString.length;
123
124export const test = (regex: RegExp, subject: string): boolean =>
125 regex.test(subject);
126
127export const getUndefined = (): undefined => undefined;
128

Callers 1

getPoolFunctionsFunction · 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…