UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

5 lines (4 loc) 162 B
export default function startsWith(value, searchString) { return value.slice(0, searchString.length) === searchString; } //# sourceMappingURL=startsWith.js.map