Created
September 6, 2018 15:10
-
-
Save tusharmath/a2bdd75c5ba7faa86e0b8aea5fd832e8 to your computer and use it in GitHub Desktop.
PWA Component
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
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