Last active
April 29, 2019 05:06
-
-
Save ktutnik/d645c1ad61f75bbca5c4289348a61434 to your computer and use it in GitHub Desktop.
Express typescript example
This file contains 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
app.use(async (req, res) => { | |
const user:UserInfo = res.body | |
//other process use the user data | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment