Skip to content

Instantly share code, notes, and snippets.

@anythingcodes
Created February 20, 2022 21:09
interface Point {
x: number;
y: number;
}
interface SetPoint {
(x: number, y: number): void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment