From eb0592b0b55b9d273ebcd4e594544fec4da8f625 Mon Sep 17 00:00:00 2001 From: Claas Ahlrichs Date: Sun, 14 Apr 2019 14:39:54 +0200 Subject: [PATCH] Revert "npx dts-gen -m isstream --dt" This reverts commit 2da4cb15f8e9979d3e3977db784d54df8ffb1604. --- types/isstream/index.d.ts | 39 -------------------------------- types/isstream/isstream-tests.ts | 0 types/isstream/tsconfig.json | 22 ------------------ types/isstream/tslint.json | 1 - 4 files changed, 62 deletions(-) delete mode 100644 types/isstream/index.d.ts delete mode 100644 types/isstream/isstream-tests.ts delete mode 100644 types/isstream/tsconfig.json delete mode 100644 types/isstream/tslint.json diff --git a/types/isstream/index.d.ts b/types/isstream/index.d.ts deleted file mode 100644 index 2dd8731df1..0000000000 --- a/types/isstream/index.d.ts +++ /dev/null @@ -1,39 +0,0 @@ -// Type definitions for isstream 0.1 -// Project: https://github.com/rvagg/isstream -// Definitions by: My Self -// 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: { - }; - - } - -} - diff --git a/types/isstream/isstream-tests.ts b/types/isstream/isstream-tests.ts deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/types/isstream/tsconfig.json b/types/isstream/tsconfig.json deleted file mode 100644 index ddea72dd3e..0000000000 --- a/types/isstream/tsconfig.json +++ /dev/null @@ -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" - ] -} diff --git a/types/isstream/tslint.json b/types/isstream/tslint.json deleted file mode 100644 index 3db14f85ea..0000000000 --- a/types/isstream/tslint.json +++ /dev/null @@ -1 +0,0 @@ -{ "extends": "dtslint/dt.json" }