UNPKG

yini-parser

Version:

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

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;