@lightpanda/browser
Version:
Lightpanda for Node.js
7 lines (6 loc) • 409 B
TypeScript
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>;
};