1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Move plugin types into d.ts

This commit is contained in:
Bogdan Chadkin
2022-11-11 12:19:38 +03:00
parent a40fa216b6
commit e2e65cfc1e
51 changed files with 263 additions and 189 deletions

View File

@ -25,12 +25,7 @@ const absoluteLengths = {
*
* @author Kir Belevich
*
* @type {import('../lib/types').Plugin<{
* floatPrecision?: number,
* leadingZero?: boolean,
* defaultPx?: boolean,
* convertToPx?: boolean
* }>}
* @type {import('./plugins-types').Plugin<'cleanupNumericValues'>}
*/
exports.fn = (_root, params) => {
const {