UNPKG
kokkai
Version:
latest (1.0.1)
1.0.1
1.0.0
A TypeScript client for the Kokkai API, providing access to Japanese Diet data.
delihiros/kokkai
kokkai
/
dist
/
index.d.ts
4 lines
(3 loc)
•
106 B
TypeScript
View Raw
1
2
3
4
export
{
KokkaiClient
}
from
'./client'
;
export
*
from
'./types'
;
export
{
KokkaiError
}
from
'./errors'
;