UNPKG
@reptilbud/etcd3-temp
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
Hapiness module for etcd3
github.com/hapinessjs/etcd3-module
hapinessjs/etcd3-module
@reptilbud/etcd3-temp
/
module
/
interfaces
/
response.format.d.ts
6 lines
(5 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
ResponseFormat
{
String
=
0
,
Json
=
1
,
Buffer
=
2
, }