d3033a6099d59649465af0c1c43642b755dd587583dcbc4eea2da8ef50cca542c6598c38c1202cad6e623405221b9befe29d8f0402df638cf71f88823e4566 143 B

12
  1. import { VectorArray } from '../../core/vector';
  2. export default function smoothSpline(points: VectorArray[], isLoop?: boolean): VectorArray[];