2025-06-17 11:39:51 +08:00

3 lines
103 B
TypeScript

import { Dict } from "../typing";
export declare function camelCaseKeys<T = Dict>(target: unknown): T;