UNPKG

@tsparticles/shape-polygon

Version:
6 lines (5 loc) 121 B
import type { ISideCount } from "./ISideCount.js"; export interface ISide { count: ISideCount; length: number; }