UNPKG

@tree-house/serializer

Version:
3 lines (2 loc) 129 B
import { ICasing } from '../interfaces'; export declare const convertCase: (str: string, format: ICasing | undefined) => string;