Question:
Im quite new to typescript and i have a fuction that will fetch user’s steam inventory and store it in “inventory” parameter, but when i want to return it it will return undefined:Answer:
you can wrap it into aPromise
like thisIf you have better answer, please add a comment about this, thank you!