export default class AstroUtils { public static async wrap(fn: () => T | Promise) { return await fn() } }