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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user