UNPKG
esiil
Version:
beta (0.3.2-beta.0)
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.3.4
0.3.3
0.3.2-beta.0
0.3.0
0.2.0
Minimalist library for EVE Online's ESI
github.com/karnthis/esiil
karnthis/esiil
esiil
/
dist
/
classes
/
Core
/
coreHelper.d.ts
6 lines
(5 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
import
IRequestUrl
from
"../../interfaces/RequestUrl"
;
import
ICcpJwt
from
"../../interfaces/CcpJwt"
;
declare
function
_buildRequestURL
(
bundle
:
IRequestUrl
):
string
;
declare
function
_loadCcpJwt
(
):
Promise
<
ICcpJwt
>;
export
{ _buildRequestURL, _loadCcpJwt };