-
Adrian Orłów authoredAdrian Orłów authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
reactions.ts 72 B
import { Point } from './map';
export type LinePoint = [Point, Point];
import { Point } from './map';
export type LinePoint = [Point, Point];