UNPKG

instantsearch-ui-components

Version:

Common UI components for InstantSearch.

9 lines (8 loc) 198 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.startsWith = startsWith; function startsWith(str, prefix) { return str.slice(0, prefix.length) === prefix; }