Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/camelize/mod.ts>camelize

A Function which converts snake case to camel case for Deno(for Discord API specially)
Latest
function camelize
import { camelize } from "https://deno.land/x/camelize@2.0.0/mod.ts";

Returns

T extends String ? string : Camelize<T>