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

Function strSplit

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:43–43  ·  view source on GitHub ↗
(str, separator = EMPTY_STRING, limit)

Source from the content-addressed store, hash-verified

41var strStartsWith = (str, prefix) => str.startsWith(prefix);
42var strEndsWith = (str, suffix) => str.endsWith(suffix);
43var strSplit = (str, separator = EMPTY_STRING, limit) => str.split(separator, limit);
44var math = Math;
45var getIfNotFunction = (predicate) => (value, then, otherwise) => predicate(value) ? (
46 /* istanbul ignore next */

Callers 1

index.jsFile · 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…