@types/raw-body
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -11,5 +11,5 @@ // Type definitions for raw-body 2.1 | ||
declare namespace getRawBody { | ||
export type Encoding = string | true; | ||
type Encoding = string | true; | ||
export interface Options { | ||
interface Options { | ||
/** | ||
@@ -34,3 +34,3 @@ * The length of the stream. If the contents of the stream do not add up to this length, an 400 error code is returned. | ||
export interface RawBodyError extends Error { | ||
interface RawBodyError extends Error { | ||
/** | ||
@@ -37,0 +37,0 @@ * The limit in bytes. |
{ | ||
"name": "@types/raw-body", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "TypeScript definitions for raw-body", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "40aba308bffc74fb44ce50112e9faea92b95031e4099d76c3be6914e3cde6704", | ||
"typesPublisherContentHash": "b29e854cee4641389a732a1fbeae5daac91da38efdc513d7326bb51660279111", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/raw-body | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raw-body | ||
Additional Details | ||
* Last updated: Thu, 23 Feb 2017 15:22:21 GMT | ||
* Last updated: Fri, 31 Mar 2017 18:05:15 GMT | ||
* Dependencies: stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
4189
3
70