mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-30 07:06:40 +08:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
export function isJSON(contentType: string) {
|
|
return contentType.includes('application/json');
|
|
}
|