Skip to content

Instantly share code, notes, and snippets.

@devrkd
Created June 12, 2021 08:59
Show Gist options
  • Save devrkd/91fa517cfba36cf5dc498e091b86445e to your computer and use it in GitHub Desktop.
Save devrkd/91fa517cfba36cf5dc498e091b86445e to your computer and use it in GitHub Desktop.
Observer in typescript
interface Observer {
update(subject: Subject);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment