Skip to content

Instantly share code, notes, and snippets.

@Caballerog
Created June 14, 2024 11:00
Show Gist options
  • Save Caballerog/d3d0eeaf59b56c31974ab74e40f45e7b to your computer and use it in GitHub Desktop.
Save Caballerog/d3d0eeaf59b56c31974ab74e40f45e7b to your computer and use it in GitHub Desktop.
export interface Prototype {
operation(): void;
clone(): Prototype;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment