Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created October 31, 2024 13:59
Show Gist options
  • Save dontpaniclabsgists/eeb30d36dcb4b06e52a3c74c66e1022b to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/eeb30d36dcb4b06e52a3c74c66e1022b to your computer and use it in GitHub Desktop.
class EmailSender extends NotificationSender {
sendEmail(): void {
console.log(`Sending email: '${this.message}' to ${this.recipient}`);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment