MCPcopy
hub / github.com/react-component/form / startsWith

Function startsWith

src/utils.js:153–155  ·  view source on GitHub ↗
(str, prefix)

Source from the content-addressed store, hash-verified

151}
152
153export function startsWith(str, prefix) {
154 return str.lastIndexOf(prefix, 0) === 0;
155}
156
157export function supportRef(nodeOrComponent) {
158 const type = isMemo(nodeOrComponent)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected