mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
39
types/isstream/index.d.ts
vendored
39
types/isstream/index.d.ts
vendored
@@ -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: {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{ "extends": "dtslint/dt.json" }
|
||||
Reference in New Issue
Block a user