@types/express-form-data
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -11,3 +11,3 @@ // Type definitions for express-form-data 2.0 | ||
export interface FormDataOptions extends FormOptions { | ||
autoClean?: boolean; | ||
autoClean?: boolean | undefined; | ||
} | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "@types/express-form-data", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript definitions for express-form-data", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-form-data", | ||
"license": "MIT", | ||
@@ -14,3 +15,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -26,4 +27,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "7fb9f756d45e5987bc981aacd2ccb98d8f2cad1bc937e14ae9f81bdc1bd7ed61", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "aaf65919c76338d6e9587152be0c40b5bf27b87c08606448821026611a319e9a", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,34 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-form-data | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-form-data. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-form-data/index.d.ts) | ||
````ts | ||
// Type definitions for express-form-data 2.0 | ||
// Project: https://github.com/ortexx/express-form-data#readme | ||
// Definitions by: nomnes <https://github.com/NomNes> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
Additional Details | ||
* Last updated: Mon, 19 Aug 2019 00:51:13 GMT | ||
* Dependencies: @types/connect, @types/multiparty | ||
import { NextHandleFunction } from 'connect'; | ||
import { FormOptions } from 'multiparty'; | ||
export interface FormDataOptions extends FormOptions { | ||
autoClean?: boolean | undefined; | ||
} | ||
export function parse(options?: FormDataOptions): NextHandleFunction; | ||
export function format(): NextHandleFunction; | ||
export function stream(): NextHandleFunction; | ||
export function union(): NextHandleFunction; | ||
```` | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 12:01:18 GMT | ||
* Dependencies: [@types/connect](https://npmjs.com/package/@types/connect), [@types/multiparty](https://npmjs.com/package/@types/multiparty) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by nomnes <https://github.com/NomNes>. | ||
These definitions were written by [nomnes](https://github.com/NomNes). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4109
0
41