feat(packages): add @sa/alova

This commit is contained in:
allenli178 2024-09-22 16:51:11 +08:00 committed by Scott Hu
parent a726a18f48
commit 91d26392b4

View File

@ -0,0 +1,3 @@
export function isJSON(contentType: string) {
return contentType.includes('application/json');
}