UNPKG

eslint-plugin-react-form-fields

Version:
6 lines (5 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.capitalize = void 0; const capitalize = (str) => str[0].toUpperCase() + str.slice(1); exports.capitalize = capitalize;