UNPKG

chkutils

Version:

package for type checking and various utilities

8 lines (7 loc) 373 B
import { toSnakeCaseCollection, toSnakeCasePrimitive, toCamelCasePrimitive, toCamelCaseCollection } from './adapters'; export declare const _p: { toSnakeCaseCollection: typeof toSnakeCaseCollection; toSnakeCasePrimitive: typeof toSnakeCasePrimitive; toCamelCasePrimitive: typeof toCamelCasePrimitive; toCamelCaseCollection: typeof toCamelCaseCollection; };