UNPKG

yini-parser

Version:

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

7 lines (6 loc) 307 B
import { TJSObject, TSyntaxTreeContainer } from '../core/types'; import { ErrorDataHandler } from './ErrorDataHandler'; /** * Construct the final result of a JavaScript Object. */ export declare const constructFinalObject: (syntaxTreeC: TSyntaxTreeContainer, errorHandler: ErrorDataHandler) => TJSObject;