1 | // Modified from the node.js definitions.
|
2 | // https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/index.d.ts
|
3 |
|
4 | /// <reference types="node"/>
|
5 |
|
6 | import * as child_process from "./child_process";
|
7 | import * as crypto from "./crypto";
|
8 | import * as dns from "./dns";
|
9 | import * as fs from "./fs";
|
10 | import * as readline from "./readline";
|
11 | import * as zlib from "./zlib";
|
12 | export { child_process, crypto, dns, fs, readline, zlib };
|