UNPKG

yini-parser

Version:

Node.js parser for YINI — a clean, structured INI alternative with types, simple section nesting, comments, and strict mode.

3 lines (2 loc) 94 B
declare const parseStringLiteral: (raw: string) => string; export default parseStringLiteral;