UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

9 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function titleCase(word) { return word.replace(/\w\S*/g, function (txt) { return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase(); }); } exports.default = titleCase; //# sourceMappingURL=titleCase.js.map