UNPKG

@tediousjs/connection-string

Version:
10 lines 369 B
export interface CollectionConfig { terminator: string; quotes: Record<string, string>; } export interface ParserConfig { key: CollectionConfig; value: CollectionConfig; } export default function connectionStringParser(connectionString: string, parserConfig?: ParserConfig): Record<string, string>; //# sourceMappingURL=connection-string-parser.d.ts.map