UNPKG

toml

Version:

TOML parser for Node.js (TOML v1.1.0 compliant)

4 lines (3 loc) 71 B
declare module 'toml' { export function parse(input: string): any; }