Sha256: d4804b27fe5db140a65d276862150e8b361cef428486d141bf868ec1bb266fb0
Contents?: true
Size: 116 Bytes
Versions: 59
Compression:
Stored size: 116 Bytes
Contents
"use strict"; module.exports = function lowerFirst(string) { return string[0].toLowerCase() + string.slice(1); };
Version data entries
59 entries across 59 versions & 10 rubygems