aliyun-func-types
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -21,3 +21,3 @@ import { Readable } from 'stream' | ||
export interface AliyunHttpRequest { | ||
export interface AliyunHttpRequest extends Readable { | ||
headers: AliyunHttpHeader | ||
@@ -24,0 +24,0 @@ path: string |
{ | ||
"name": "aliyun-func-types", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "aliyun.http.ts", |
@@ -5,4 +5,9 @@ ## Types for Aliyun http function | ||
## Usage | ||
1. install: `npm i aliyun-func-types -D` | ||
2. import: `import {...} from 'aliyun-func-types'` | ||
## LICENSE | ||
[MIT](./LICENSE) |
Sorry, the diff of this file is not supported yet
24362
13