import { pass } from '@blackglory/prelude' export async function getResultPromise( promise: PromiseLike ): Promise { try { return await promise } catch { pass() } }