MCPcopy Create free account
hub / github.com/tinyplex/tinybase / strSplit

Function strSplit

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-dom/index.js:350–350  ·  view source on GitHub ↗
(str, separator = EMPTY_STRING2, limit)

Source from the content-addressed store, hash-verified

348var _VALUE = "value";
349var EXTRA = "extra";
350var strSplit = (str, separator = EMPTY_STRING2, limit) => str.split(separator, limit);
351var math = Math;
352var getIfNotFunction2 = (predicate) => (value, then, otherwise) => predicate(value) ? (
353 /* istanbul ignore next */

Callers 1

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