neon 0.4.0

A safe abstraction layer for Node.js.
Documentation
1
2
3
4
declare module 'quickly-copy-file' {
    function internal(from: string, to: string): Promise<void>;
    export = internal;
}