UNPKG

707 BTypeScriptView Raw
1// Type definitions for mz 2.7
2// Project: https://github.com/normalize/mz
3// Definitions by: Thomas Hickman <https://github.com/ThomasHickman>
4// ExE Boss <https://github.com/ExE-Boss>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
7// Modified from the node.js definitions.
8// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/index.d.ts
9
10/// <reference types="node"/>
11
12import * as child_process from "./child_process";
13import * as crypto from "./crypto";
14import * as dns from "./dns";
15import * as fs from "./fs";
16import * as readline from "./readline";
17import * as zlib from "./zlib";
18export { child_process, crypto, dns, fs, readline, zlib };