UNPKG

@gulujs/toml

Version:

TOML parser and serializer

5 lines (4 loc) 244 B
import { KeyPath } from '@gulujs/object-path'; import { Key } from './schema.js'; export declare function stringifyKey(key: Key, keyPath: KeyPath): string; export declare function flattenPath(path: Array<Key | number>): Array<string | number>;