Skip to content

Instantly share code, notes, and snippets.

@Caballerog
Created June 11, 2024 10:53
Show Gist options
  • Select an option

  • Save Caballerog/db80c1a9f47a260986a8b6164190330c to your computer and use it in GitHub Desktop.

Select an option

Save Caballerog/db80c1a9f47a260986a8b6164190330c to your computer and use it in GitHub Desktop.
import { Component } from "./component";
export class Leaf implements Component {
operation(): void {
console.log("Leaf operation.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment