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

Function strEndsWith

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:42–42  ·  view source on GitHub ↗
(str, suffix)

Source from the content-addressed store, hash-verified

40var id = (key) => EMPTY_STRING + key;
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) ? (

Callers 1

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