UNPKG

chayns-components

Version:

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

9 lines (7 loc) 219 B
"use strict"; exports.__esModule = true; exports.default = startsWith; function startsWith(value, searchString) { return value.slice(0, searchString.length) === searchString; } //# sourceMappingURL=startsWith.js.map