fix: miss

This commit is contained in:
bang
2018-03-02 09:32:21 +08:00
parent a5d521c242
commit 1afde3032c

View File

@@ -1,4 +1,3 @@
// TypeScript Version: 2.3
// Type definitions for Inquirer.js
// Project: https://github.com/SBoudrias/Inquirer.js
// Definitions by: Qubo <https://github.com/tkQubo>
@@ -7,6 +6,7 @@
// Qibang <https://github.com/bang88>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="rx" />
import through = require("through");