Skip to content

Instantly share code, notes, and snippets.

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