UNPKG

privacy.com

Version:

Wrapper for the Privacy.com API using Axios and TypeScript

11 lines (10 loc) 267 B
"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;