postcss-reduce-idents
Version:
Reduce custom identifiers with PostCSS.
12 lines • 392 B
TypeScript
export = _exports;
/**
* @param {string} value
* @param {(value: string, num: number) => string} encoder
* @param {Record<string, {ident: string, count: number}>} cache
* @return {void}
*/
declare function _exports(value: string, encoder: (value: string, num: number) => string, cache: Record<string, {
ident: string;
count: number;
}>): void;
//# sourceMappingURL=cache.d.ts.map