neon 0.4.0

A safe abstraction layer for Node.js.
Documentation
1
2
3
declare module 'toml' {
    export function parse(source: string): any;
}