UNPKG
@1studio/utils
Version:
latest (5.7.0)
5.7.0
5.6.0
5.5.1
5.5.0
5.4.0
5.3.0
5.2.0
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.22.0
4.21.2
4.21.1
4.21.0
4.20.1
4.20.0
4.19.0
4.18.0
4.17.1
4.17.0
4.16.0
4.15.1
4.15.0
4.14.0
4.13.3
4.13.2
4.13.1
4.13.0
4.12.0
4.11.1
4.11.0
4.10.0
4.9.0
4.8.0
4.7.8
4.7.7
4.7.6
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.1
4.6.0
4.5.2
4.5.1
4.5.0
4.4.0
4.3.2
4.3.1
4.3.0
4.2.1
4.2.0
4.1.0
4.0.1
3.13.1
3.13.0
3.12.0
3.11.0
3.10.0
3.9.0
3.8.0
3.7.1
3.7.0
3.6.0
3.5.0
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
2.1.0
2.0.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A collection of useful utilities.
github.com/roberto404/utils
roberto404/utils
@1studio/utils
/
error.ts
16 lines
(11 loc)
•
166 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** *
@fileOverview
Error utilities *
@namespace
error
*/
import
UserError
from
'./error/userError'
;
export
{
UserError
, };
export
default
{
UserError
, };