Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
chrstnst
createTibberApi
Public
Fork
Like
Code
Pull Requests
Forks
References
1
Dependencies
Versions
v24
Back
Version 6
8/15/2023
9
1
2
3
4
5
6
7
type
Config
=
{
token
:
string
;
}
;
async
function
tiberApi
(
config
:
Config
)
{
const
{
gql
}
=
await
import
(
"npm:graphql-request"
)
;
return
"foo"
;
}
Copy
Updated: October 23, 2023