Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShaanCoding/makeread.me
/ isFormData
Function
isFormData
frontend/openAPI/generated/core/request.ts:37–39 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
35
};
36
37
export
const
isFormData = (value: any): value is FormData => {
38
return
value instanceof FormData;
39
};
40
41
export
const
base64 = (str: string): string => {
42
try {
Callers
2
getHeaders
Function · 0.85
getRequestBody
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected