UNPKG

@fastly/js-compute

Version:

JavaScript SDK and CLI for building JavaScript applications on [Fastly Compute](https://www.fastly.com/products/edge-compute/serverless).

6 lines (5 loc) 218 B
import { type Plugin } from 'esbuild'; export type SwallowTopLevelExportsPluginParams = { entry?: string; }; export declare function swallowTopLevelExportsPlugin(opts?: SwallowTopLevelExportsPluginParams): Plugin;