Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dynablox_opencloud/src/utils/camelize.ts>camelizeObject

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
function camelizeObject
import { camelizeObject } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/utils/camelize.ts";

Parameters

input: unknown
optional
options: { deep: boolean; pascalCase: boolean; exclude?: string[]; stopPaths?: string[]; } = [UNSUPPORTED]