UNPKG

css-mangle-webpack-plugin

Version:

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

6 lines (5 loc) 225 B
import { ManglerAssetType } from "../core/mangler_asset"; export declare class ManglerUtil { /** Gets a given asset name of the resource type for mangler. */ static assetTypeOf(assetName: string): ManglerAssetType; }