UNPKG
bir1
Version:
latest (4.2.0)
4.2.0
4.1.1
4.1.0
4.0.0
3.0.2
3.0.1
2.0.2
2.0.1
2.0.0
1.3.5
1.3.4
1.3.1
1.2.6
1.2.5
1.2.3
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
GUS REGON api client
github.com/pawel-id/bir1
pawel-id/bir1
bir1
/
dist
/
client.d.ts
6 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
QueryOptions
= {
headers
?:
Record
<
string
,
string
>;
body
:
string
; };
export
declare
function
query
(
prod
:
boolean
,
options
:
QueryOptions
):
Promise
<
string
>;