Asynchronous code

function myMethod(): Promise.<Boolean> { return await other(); }