mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-16 21:53:41 +08:00
feat(packages): add @sa/alova
This commit is contained in:
3
packages/alova/src/shared.ts
Normal file
3
packages/alova/src/shared.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function isJSON(contentType: string) {
|
||||
return contentType.includes('application/json');
|
||||
}
|
||||
Reference in New Issue
Block a user