Searched refs:isBinaryType (Results 1 – 3 of 3) sorted by relevance
3 exports.isBinaryType = exports.convertRequest = exports.createHeaders = exports.respond = exports.c…19 const isBase64Encoded = isBinaryType(contentType);164 function isBinaryType(contentType) { function170 exports.isBinaryType = isBinaryType;
10 export declare function isBinaryType(contentType: string | null | undefined): boolean;
21 const isBase64Encoded = isBinaryType(contentType);179 export function isBinaryType(contentType: string | null | undefined) { function