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
/
esm
/
form-data-param.js
4 lines
•
136 B
JavaScript
View Raw
1
2
3
4
export
function
isFormDataParamString
(
param
) {
return
typeof
param.
value
===
'string'
; }
//# sourceMappingURL=form-data-param.js.map