mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-29 22:56:41 +08:00
feat(packages): add @sa/alova
This commit is contained in:
parent
a726a18f48
commit
91d26392b4
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');
|
||||
}
|
Loading…
Reference in New Issue
Block a user