Skip to content

Instantly share code, notes, and snippets.

@tusharmath
Created September 6, 2018 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tusharmath/a2bdd75c5ba7faa86e0b8aea5fd832e8 to your computer and use it in GitHub Desktop.
Save tusharmath/a2bdd75c5ba7faa86e0b8aea5fd832e8 to your computer and use it in GitHub Desktop.
PWA Component
type init<State, Args extends any[]> = {
(...t: Args): State
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment