UNPKG
bugsplat
Version:
latest (9.1.1)
9.1.1
9.1.0
9.0.1
9.0.0
8.0.2
8.0.1
8.0.0
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.2
7.0.0
6.0.1
6.0.0
5.0.0
4.0.1
4.0.0
3.1.1
3.1.0
3.0.0
2.2.0
2.1.6
2.1.5
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
error reporting for js
www.bugsplat.com
BugSplat-Git/bugsplat-js
bugsplat
/
dist
/
cjs
/
src
/
form-data-param.d.ts
5 lines
(4 loc)
•
78 B
TypeScript
View Raw
1
2
3
4
5
export
interface
FormDataParam
{
key
:
string
;
value
:
string
|
Blob
; }