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.

4 lines (3 loc) 183 B
export declare const isNaNValue: (n: number) => boolean; export declare const isInfinityValue: (n: number) => boolean; export declare const isValidJSNumber: (str: string) => boolean;