UNPKG

160 BTypeScriptView Raw
1import { NamingConvention, ConvertFn } from './types';
2export declare function convertFactory(config: {
3 namingConvention?: NamingConvention;
4}): ConvertFn;