MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / lcfirst

Function lcfirst

lib/utils.js:130–132  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

128 * @returns {string | undefined}
129 */
130export const lcfirst = function (str) {
131 if (str) return str.charAt(0).toLowerCase() + str.substr(1)
132}
133
134export const chunkArray = function (arr, chunk) {
135 let i

Callers 1

pageObjectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected