soybean-admin/packages/alova/src/shared.ts
2024-09-22 16:51:11 +08:00

4 lines
99 B
TypeScript

export function isJSON(contentType: string) {
return contentType.includes('application/json');
}