UNPKG

@lightpanda/browser

Version:
7 lines (6 loc) 409 B
export { LightpandaFetchOptions } from './src/fetch'; export { LightpandaServeOptions } from './src/serve'; export declare const lightpanda: { fetch: (url: string, options?: import("./src/fetch").LightpandaFetchOptions) => Promise<string | Buffer<ArrayBufferLike>>; serve: (options?: import("./src/serve").LightpandaServeOptions) => Promise<import("child_process").ChildProcessWithoutNullStreams>; };