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) 182 B
import type { RspackServerlessPlugin } from '../../serverless-rspack.js'; export declare function AfterPackageCreateDeploymentArtifacts(this: RspackServerlessPlugin): Promise<void>;