UNPKG
anchorbrowser
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
The official TypeScript library for the Anchorbrowser API
anchorbrowser/AnchorBrowser-SDK-Typescript
anchorbrowser
/
error.js
6 lines
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
tslib_1 =
require
(
"./internal/tslib.js"
);
/**
@deprecated
Import from ./core/error instead */
tslib_1.
__exportStar
(
require
(
"./core/error.js"
),
exports
);
//# sourceMappingURL=error.js.map