UNPKG
@fmal/cerebral-storage
Version:
latest (1.1.0)
next (1.0.3-1654608821202)
1.1.0
1.0.3-1654608821202
1.0.2
1.0.2-1602948849571
1.0.1
1.0.1-1577985485537
1.0.0
1.0.0-1571050487690
Storage provider for Cerebral
github.com/fmal/monorepo
fmal/monorepo
@fmal/cerebral-storage
/
dist
/
ts
/
StorageProviderError.d.ts
9 lines
(8 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
class
StorageProviderError
extends
Error
{
constructor
(
error
:
Error
);
toJSON
(): {
name
:
string
;
message
:
string
;
stack
:
string
|
undefined
; }; }