Skip to content

Instantly share code, notes, and snippets.

@vlio20
Created September 9, 2019 15:07
Show Gist options
  • Save vlio20/d56cab60fc0466411c8b898937a2374e to your computer and use it in GitHub Desktop.
Save vlio20/d56cab60fc0466411c8b898937a2374e to your computer and use it in GitHub Desktop.
delay.ts
class EmailSender {
@delay(1000);
sendEmail(email: Email): Promise<void> {
// some code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment