UNPKG

chkutils

Version:

package for type checking and various utilities

3 lines (2 loc) 126 B
import { Options } from "./utilsCase"; export declare function toCamelCaseCollection(obj: any, opt?: Options): object | null;