MCPcopy 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
37export const isFormData = (value: any): value is FormData => {
38 return value instanceof FormData;
39};
40
41export const base64 = (str: string): string => {
42 try {

Callers 2

getHeadersFunction · 0.85
getRequestBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected