UNPKG

@rspack/core

Version:

The fast Rust-based web bundler with webpack-compatible API

3 lines (2 loc) 154 B
export type RuntimeSpec = string | Set<string> | undefined; export declare function toJsRuntimeSpec(runtime: RuntimeSpec): string | string[] | undefined;