Latest
function default
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/capitalize.js";

Converts the first character of string to upper case and the remaining to lower case.

Examples

_.capitalize('FRED'); // => 'Fred'