UNPKG
@yankeeinlondon/claudine
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.2
0.2.0
0.1.0
A simple library to help with Claude Code
@yankeeinlondon/claudine
/
src
/
errors.ts
6 lines
(4 loc)
•
149 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ createKindError }
from
"@yankeeinlondon/kind-error"
;
export
const
Unexpected
=
createKindError
(
"Unexpected"
, {
library
:
"claudine"
});