Guest User

Untitled

a guest
Aug 16th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. function some(): Promise<Type1> {
  3.     let promise: Promise<Type2> = someOtherFunc()
  4.     return ???promise??
  5. }
Advertisement
Add Comment
Please, Sign In to add comment