Revert "npx dts-gen -m isstream --dt"

This reverts commit 2da4cb15f8.
This commit is contained in:
Claas Ahlrichs
2019-04-14 14:39:54 +02:00
parent 7a65cbca2c
commit eb0592b0b5
4 changed files with 0 additions and 62 deletions

View File

@@ -1,39 +0,0 @@
// Type definitions for isstream 0.1
// Project: https://github.com/rvagg/isstream
// Definitions by: My Self <https://github.com/me>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = isstream;
declare function isstream(obj: any): any;
declare namespace isstream {
const prototype: {
};
function isDuplex(obj: any): any;
function isReadable(obj: any): any;
function isWritable(obj: any): any;
namespace isDuplex {
const prototype: {
};
}
namespace isReadable {
const prototype: {
};
}
namespace isWritable {
const prototype: {
};
}
}

View File

@@ -1,22 +0,0 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"isstream-tests.ts"
]
}

View File

@@ -1 +0,0 @@
{ "extends": "dtslint/dt.json" }