Skip to content

Instantly share code, notes, and snippets.

@korECM
Created July 11, 2020 16:52
Show Gist options
  • Save korECM/584f1b387b896b750fed6eae693ebd04 to your computer and use it in GitHub Desktop.
Save korECM/584f1b387b896b750fed6eae693ebd04 to your computer and use it in GitHub Desktop.
abstract class BeverageDecorator extends Beverage {
abstract getDescription(): string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment