@ms-cloudpack/remote-cache 0.6.5 → 0.7.1

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,3 +0,0 @@
1
- import { RestError } from '@azure/storage-blob';
2
- export declare function isRestError(error: unknown): error is RestError;
3
- //# sourceMappingURL=isRestError.d.ts.map
@@ -1,7 +0,0 @@
1
- /**
2
- * Transforms an error into a RemoteCacheError if it is a known error type.
3
- * @param error - The error to transform.
4
- * @returns - The transformed error or the original error if it is not a known error type.
5
- */
6
- export declare function transformError(error: unknown): unknown;
7
- //# sourceMappingURL=transformError.d.ts.map