Created
October 31, 2024 13:59
-
-
Save dontpaniclabsgists/eeb30d36dcb4b06e52a3c74c66e1022b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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