UNPKG

nordigen-node

Version:

Nordigen official API client for Node.js

7 lines 168 B
export class HttpMethod { static GET: string; static POST: string; static PUT: string; static DELETE: string; } //# sourceMappingURL=httpMethod.d.ts.map