Skip to content

Instantly share code, notes, and snippets.

@morintd
Created March 11, 2024 19:51
Show Gist options
  • Save morintd/343b76ce8e7f2df2167840ef97642b82 to your computer and use it in GitHub Desktop.
Save morintd/343b76ce8e7f2df2167840ef97642b82 to your computer and use it in GitHub Desktop.
export interface IPresenter<Input, Output> {
format(input: Input): Output;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment