UNPKG
@lightpanda/browser
Version:
latest (1.0.1)
1.0.1
Lightpanda for Node.js
github.com/lightpanda-io/node-packages/tree/main
lightpanda-io/node-packages
@lightpanda/browser
/
index.ts
11 lines
(8 loc)
•
228 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ fetch }
from
'./src/fetch'
import
{ serve }
from
'./src/serve'
export
{
LightpandaFetchOptions
}
from
'./src/fetch'
export
{
LightpandaServeOptions
}
from
'./src/serve'
export
const
lightpanda = { fetch, serve, }