UNPKG

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