UNPKG

@ehduardu/bat-framework

Version:

A simple framework for Google Apps Script

7 lines (6 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const capitalize = (text) => { return text.substring(0, 1).toUpperCase() + text.substring(1, text.length); }; exports.default = capitalize;