mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function isAbortError(error: unknown) {
|
||||
return error instanceof Error && error.name === 'AbortError';
|
||||
}
|
||||
Reference in New Issue
Block a user