Home
last modified time | relevance | path

Searched refs:isBinaryType (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/server/build/vendor/
H A Dnetlify.js3 exports.isBinaryType = exports.convertRequest = exports.createHeaders = exports.respond = exports.c…
19 const isBase64Encoded = isBinaryType(contentType);
164 function isBinaryType(contentType) { function
170 exports.isBinaryType = isBinaryType;
H A Dnetlify.d.ts10 export declare function isBinaryType(contentType: string | null | undefined): boolean;
/expo/packages/@expo/server/src/vendor/
H A Dnetlify.ts21 const isBase64Encoded = isBinaryType(contentType);
179 export function isBinaryType(contentType: string | null | undefined) { function