UNPKG
@humanlayer/sdk
Version:
alpha (0.7.9-alpha.1)
latest (0.7.9)
0.7.9
0.7.9-alpha.1
0.7.8
0.7.8-alpha.1
typescript client for humanlayer.dev
github.com/humanlayer/humanlayer
humanlayer/humanlayer
@humanlayer/sdk
/
dist
/
protocol.js
7 lines
(6 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
HumanLayerException
=
void
0
;
class
HumanLayerException
extends
Error
{ }
exports
.
HumanLayerException
=
HumanLayerException
;