UNPKG

convconv

Version:
8 lines (7 loc) 165 B
export interface Adapter { toKebab(name: string): string; fromKebab(name: string): string; } export declare const Adapters: { [key: string]: Adapter; };