UNPKG

instantsearch-ui-components

Version:

Common UI components for InstantSearch.

15 lines (13 loc) 298 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "startsWith", { enumerable: true, get: function() { return startsWith; } }); function startsWith(str, prefix) { return str.slice(0, prefix.length) === prefix; }