UNPKG

@kitchenshelf/serverless-rspack

Version:

[Serverless Framework](https://www.serverless.com) plugin for zero-config JavaScript and TypeScript code bundling using the high performance Rust-based JavaScript bundler [`rspack`](https://rspack.dev/guide/start/introduction)

3 lines (2 loc) 148 B
import type { RspackServerlessPlugin } from './serverless-rspack.js'; export declare function scripts(this: RspackServerlessPlugin): Promise<void>;