UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

7 lines (6 loc) 237 B
import type { PathArray } from '../types'; /** * Rounds the values of a `PathArray` instance to * a specified amount of decimals and returns it. */ export declare function roundPath(path: PathArray, round: number | 'off'): PathArray;