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

x/ipfs/lib/to-camel.ts>toCamel

🦕🟦 Lightweight Deno HTTP client library for IPFS
Go to Latest
variable toCamel
import { toCamel } from "https://deno.land/x/ipfs@0.4.0-wip.3/lib/to-camel.ts";

Convert object properties to camel case, e.g. AgentVersion => agentVersion, ID => id

type

(obj: Record<string, any>) => unknown