UNPKG

css-mangle-webpack-plugin

Version:

This webpack plugin package is a CSS mangler that globally optimizes and shortens identifier names.

3 lines (2 loc) 136 B
/** Signature for the optional types that is defining identifiers to reserve. */ export type CSSMangleReserved = string[] | RegExp[];