UNPKG

toml

Version:

TOML parser for Node.js (parses TOML spec v0.4.0)

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