UNPKG

@types/mz

Version:
19 lines (15 loc) 707 B
// Type definitions for mz 2.7 // Project: https://github.com/normalize/mz // Definitions by: Thomas Hickman <https://github.com/ThomasHickman> // ExE Boss <https://github.com/ExE-Boss> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Modified from the node.js definitions. // https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/index.d.ts /// <reference types="node"/> import * as child_process from "./child_process"; import * as crypto from "./crypto"; import * as dns from "./dns"; import * as fs from "./fs"; import * as readline from "./readline"; import * as zlib from "./zlib"; export { child_process, crypto, dns, fs, readline, zlib };