UNPKG

@rspack/core

Version:

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

3 lines (2 loc) 111 B
export type AssetCondition = string | RegExp; export type AssetConditions = AssetCondition | AssetCondition[];