Async/Await in the Meteor Shell

Hi guys,

how do I await for an async function in the Meteor Shell? Something like

let result = await promisedResult();

And how do it from the chrome console?