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) 141 B
import { IParseMainOptions } from './core/types'; export declare const parseMain: (yiniContent: string, options?: IParseMainOptions) => any;