UNPKG

yini-parser

Version:

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

6 lines (5 loc) 133 B
/** * Extract boolean literal. */ declare const parseBooleanLiteral: (txt: string) => boolean; export default parseBooleanLiteral;