package.lib.tool.dividePath.d.ts Maven / Gradle / Ivy
import Path from '../graphic/Path';
export declare function clone(path: Path, count: number): Path[];
export declare function split(path: Path, count: number): Path[];
© 2015 - 2025 Weber Informatics LLC | Privacy Policy