UNPKG

yini-parser

Version:

Readable configuration without YAML foot-guns or JSON noise. The official Node.js parser for YINI config format — An INI-inspired configuration format with clear nesting, explicit types, and predictable parsing.

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