Javascript – How to call a function after a variable assignment completes in Typescript?
Similar to other questions not not quite the same: I have a variable assignment which involves calling a function that takes a significant amount of time to run, and I want to trigger a function after that assignment finishes. (The…