2025-03-24 22:56:10 +01:00

3 lines
95 B
TypeScript

import { Point } from '../types';
export declare const angle: (a: Point, b?: Point) => number;