UNPKG

atikin-utils

Version:

A blazing fast, modular utility library with 100+ modern JavaScript/TypeScript helpers.

4 lines 95 B
export function camelCase(input: any): any { // Example logic for camelCase return input; }