chkutils
Version:
package for type checking and various utilities
6 lines (5 loc) • 357 B
TypeScript
import { toSnakeCaseCollection } from "./toSnakeCaseCollection";
import { toSnakeCasePrimitive } from "./toSnakeCasePrimitive";
import { toCamelCaseCollection } from "./toCamelCaseCollection";
import { toCamelCasePrimitive } from "./toCamelCasePrimitive";
export { toSnakeCaseCollection, toSnakeCasePrimitive, toCamelCasePrimitive, toCamelCaseCollection };