UNPKG

instantsearch-ui-components

Version:

Common UI components for InstantSearch.

6 lines (4 loc) 112 B
function startsWith(str, prefix) { return str.slice(0, prefix.length) === prefix; } export { startsWith };