tangled
alpha
login
or
join now
davidwindham.com
/
npmx.dev
forked from
npmx.dev/npmx.dev
0
fork
atom
[READ-ONLY] a fast, modern browser for the npm registry
0
fork
atom
overview
issues
pulls
pipelines
npmx.dev
/
shared
/
types
/
error.ts
at
main
5 lines
99 B
view raw
wrap content
abeer0
chore: fix auth error message (#1024)
7w ago
3cf7fef9
1
export
interface
ErrorOptions
{
2
message
:
string
3
statusCode?
:
number
4
statusMessage?
:
string
5
}