@univerjs/protocol 0.1.19 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +0,0 @@
1
- import type { Error } from './ts/univer/constants/errors';
2
- /**
3
- * To examine if a response is an error.
4
- *
5
- * @param error error interface
6
- * @returns if the response is an error
7
- */
8
- export declare function isError(error?: Error): boolean;