UNPKG

react-instantsearch

Version:
15 lines (13 loc) 319 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "capitalize", { enumerable: true, get: function() { return capitalize; } }); function capitalize(text) { return text.toString().charAt(0).toUpperCase() + text.toString().slice(1); }