UNPKG
@lilianaa/nordigen-node
Version:
latest (2.0.0-7)
2.0.0
2.0.0-7
2.0.0-6
2.0.0-5
2.0.0-4
2.0.0-3
2.0.0-2
2.0.0-1
Nordigen official API client for Node.js
github.com/nordigen/nordigen-node
nordigen/nordigen-node
@lilianaa/nordigen-node
/
dist
/
HttpMethod.d.ts
7 lines
(6 loc)
•
110 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
HttpMethod
: {
GET
:
string
;
POST
:
string
;
PUT
:
string
;
DELETE
:
string
; };