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 ToKebabCase { toKebabCase(): string; } export declare const toKebabCase: PrototypeStruct; declare global { interface String extends ToKebabCase { } } export {}; //# sourceMappingURL=to-kebab-case.d.ts.map