UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

9 lines 266 B
import { PrototypeStruct } from '..'; export declare type ToCamelCaseFn = () => string; export declare const toCamelCase: PrototypeStruct; declare global { interface String { toCamelCase: ToCamelCaseFn; } } //# sourceMappingURL=to-camel-case.d.ts.map