@gwinkamp/types-xk6-formdata
v1.0.1
Published
Type definitions for [xk6-formdata extension](https://github.com/Gwinkamp/types-xk6-formdata)
Downloads
1
Readme
Types for xk6-formdata
Type definitions for xk6-formdata extension
Install
npm i @gwinkamp/types-xk6-formdata
Usage
Add the following property to your tsconfig.json
:
{
"compilerOptions": {
...
"typeRoots": [
"node_modules/@gwinkamp/types-xk6-formdata",
"node_modules/@types"
],
...
}
}