UNPKG

257 BTypeScriptView Raw
1import type { PathArray } from '../types';
2/**
3 * Returns a valid `d` attribute string value created
4 * by rounding values and concatenating the `pathArray` segments.
5 */
6export declare function path2String(path: PathArray, round?: number | 'off'): string;