UNPKG

@realsee/dnalogel

Version:
4 lines (3 loc) 189 B
import type { Point } from '../typings'; import { DIRECTION } from '../typings'; export declare function parseModelTVVideoPoints(points: Point[][] | Record<DIRECTION, Point>[]): Point[][];