UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

3 lines (2 loc) 103 B
import { Dict } from "../typing"; export declare function camelCaseKeys<T = Dict>(target: unknown): T;