UNPKG

@lightpanda/browser

Version:
11 lines (8 loc) 228 B
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, }