UNPKG

53 BTypeScriptView Raw
1export interface Point {
2 x: number;
3 y: number;
4}