UNPKG
privacy.com
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
0.3.0
0.2.0
0.1.0
Wrapper for the Privacy.com API using Axios and TypeScript
jeremigendron/privacy.com
privacy.com
/
dist
/
endpoints
/
put
/
index.js
11 lines
(10 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
__1 =
require
(
"../"
);
class
PutEndpoint
extends
__1.Endpoint
{
constructor
(
) {
super
(...
arguments
);
this
.
method
=
"PUT"
; } }
exports
.
PutEndpoint
=
PutEndpoint
;