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) 237 B
/** * This file contains general path and file name helper functions (utils). * @note More specific YINI helper functions should go into yiniHelpers.ts-file. */ export declare const getFileNameExtension: (fullPath: string) => string;