UNPKG

jsmodern

Version:

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

11 lines 278 B
import type { PrototypeStruct } from '../index.js'; interface ToCamelCase { toCamelCase(): string; } export declare const toCamelCase: PrototypeStruct; declare global { interface String extends ToCamelCase { } } export {}; //# sourceMappingURL=to-camel-case.d.ts.map