UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.capitalize = capitalize; function capitalize(input) { return input.charAt(0).toUpperCase() + input.slice(1); } //# sourceMappingURL=string.js.map