variable capitalizeimport { capitalize } from "https://deno.land/x/froebel@v0.18.0/mod.ts"; Upper-case first letter of string. type<T extends string>(str: T) => unknown