UNPKG

237 BTypeScriptView Raw
1import type { PathArray } from '../types';
2/**
3 * Rounds the values of a `PathArray` instance to
4 * a specified amount of decimals and returns it.
5 */
6export declare function roundPath(path: PathArray, round: number | 'off'): PathArray;