UNPKG

haven-secrets-core

Version:

Core for Haven, the easy to use centralized secrets manager.

7 lines (4 loc) 118 B
const capitalize = (string) => { return string[0].toUpperCase() + string.substr(1); }; export default capitalize;