[{"data":1,"prerenderedAt":481},["ShallowReactive",2],{"mdc-kghjt-key":3},{"data":4,"body":5},{},{"type":6,"children":7},"root",[8,475],{"type":9,"tag":10,"props":11,"children":16},"element","pre",{"className":12,"code":13,"language":14,"meta":15,"style":15},"language-typescript shiki shiki-themes material-theme-lighter material-theme-lighter material-theme-palenight","type Result\u003CT, E = Error> =\n  | { ok: true; value: T }\n  | { ok: false; error: E }\n\nconst wrap = async \u003CT>(fn: () => Promise\u003CT>): Promise\u003CResult\u003CT>> => {\n  try { return { ok: true, value: await fn() } }\n  catch (e) { return { ok: false, error: e as Error } }\n}\n","typescript","",[17],{"type":9,"tag":18,"props":19,"children":20},"code",{"__ignoreMap":15},[21,81,135,181,191,306,381,466],{"type":9,"tag":22,"props":23,"children":26},"span",{"class":24,"line":25},"line",1,[27,34,40,46,51,56,61,66,71,76],{"type":9,"tag":22,"props":28,"children":30},{"style":29},"--shiki-light:#9C3EDA;--shiki-default:#9C3EDA;--shiki-dark:#C792EA",[31],{"type":32,"value":33},"text","type",{"type":9,"tag":22,"props":35,"children":37},{"style":36},"--shiki-light:#E2931D;--shiki-default:#E2931D;--shiki-dark:#FFCB6B",[38],{"type":32,"value":39}," Result",{"type":9,"tag":22,"props":41,"children":43},{"style":42},"--shiki-light:#39ADB5;--shiki-default:#39ADB5;--shiki-dark:#89DDFF",[44],{"type":32,"value":45},"\u003C",{"type":9,"tag":22,"props":47,"children":48},{"style":36},[49],{"type":32,"value":50},"T",{"type":9,"tag":22,"props":52,"children":53},{"style":42},[54],{"type":32,"value":55},",",{"type":9,"tag":22,"props":57,"children":58},{"style":36},[59],{"type":32,"value":60}," E",{"type":9,"tag":22,"props":62,"children":63},{"style":42},[64],{"type":32,"value":65}," =",{"type":9,"tag":22,"props":67,"children":68},{"style":36},[69],{"type":32,"value":70}," Error",{"type":9,"tag":22,"props":72,"children":73},{"style":42},[74],{"type":32,"value":75},">",{"type":9,"tag":22,"props":77,"children":78},{"style":42},[79],{"type":32,"value":80}," =\n",{"type":9,"tag":22,"props":82,"children":84},{"class":24,"line":83},2,[85,90,95,101,106,111,116,121,125,130],{"type":9,"tag":22,"props":86,"children":87},{"style":42},[88],{"type":32,"value":89},"  |",{"type":9,"tag":22,"props":91,"children":92},{"style":42},[93],{"type":32,"value":94}," {",{"type":9,"tag":22,"props":96,"children":98},{"style":97},"--shiki-light:#E53935;--shiki-default:#E53935;--shiki-dark:#F07178",[99],{"type":32,"value":100}," ok",{"type":9,"tag":22,"props":102,"children":103},{"style":42},[104],{"type":32,"value":105},":",{"type":9,"tag":22,"props":107,"children":108},{"style":36},[109],{"type":32,"value":110}," true",{"type":9,"tag":22,"props":112,"children":113},{"style":42},[114],{"type":32,"value":115},";",{"type":9,"tag":22,"props":117,"children":118},{"style":97},[119],{"type":32,"value":120}," value",{"type":9,"tag":22,"props":122,"children":123},{"style":42},[124],{"type":32,"value":105},{"type":9,"tag":22,"props":126,"children":127},{"style":36},[128],{"type":32,"value":129}," T",{"type":9,"tag":22,"props":131,"children":132},{"style":42},[133],{"type":32,"value":134}," }\n",{"type":9,"tag":22,"props":136,"children":138},{"class":24,"line":137},3,[139,143,147,151,155,160,164,169,173,177],{"type":9,"tag":22,"props":140,"children":141},{"style":42},[142],{"type":32,"value":89},{"type":9,"tag":22,"props":144,"children":145},{"style":42},[146],{"type":32,"value":94},{"type":9,"tag":22,"props":148,"children":149},{"style":97},[150],{"type":32,"value":100},{"type":9,"tag":22,"props":152,"children":153},{"style":42},[154],{"type":32,"value":105},{"type":9,"tag":22,"props":156,"children":157},{"style":36},[158],{"type":32,"value":159}," false",{"type":9,"tag":22,"props":161,"children":162},{"style":42},[163],{"type":32,"value":115},{"type":9,"tag":22,"props":165,"children":166},{"style":97},[167],{"type":32,"value":168}," error",{"type":9,"tag":22,"props":170,"children":171},{"style":42},[172],{"type":32,"value":105},{"type":9,"tag":22,"props":174,"children":175},{"style":36},[176],{"type":32,"value":60},{"type":9,"tag":22,"props":178,"children":179},{"style":42},[180],{"type":32,"value":134},{"type":9,"tag":22,"props":182,"children":184},{"class":24,"line":183},4,[185],{"type":9,"tag":22,"props":186,"children":188},{"emptyLinePlaceholder":187},true,[189],{"type":32,"value":190},"\n",{"type":9,"tag":22,"props":192,"children":194},{"class":24,"line":193},5,[195,200,206,211,216,222,227,232,238,242,247,253,258,262,266,271,275,279,284,288,292,297,301],{"type":9,"tag":22,"props":196,"children":197},{"style":29},[198],{"type":32,"value":199},"const",{"type":9,"tag":22,"props":201,"children":203},{"style":202},"--shiki-light:#90A4AE;--shiki-default:#90A4AE;--shiki-dark:#BABED8",[204],{"type":32,"value":205}," wrap ",{"type":9,"tag":22,"props":207,"children":208},{"style":42},[209],{"type":32,"value":210},"=",{"type":9,"tag":22,"props":212,"children":213},{"style":29},[214],{"type":32,"value":215}," async",{"type":9,"tag":22,"props":217,"children":219},{"style":218},"--shiki-light:#90A4AE;--shiki-default:#39ADB5;--shiki-dark:#89DDFF",[220],{"type":32,"value":221}," \u003C",{"type":9,"tag":22,"props":223,"children":225},{"style":224},"--shiki-light:#90A4AE;--shiki-default:#E2931D;--shiki-dark:#FFCB6B",[226],{"type":32,"value":50},{"type":9,"tag":22,"props":228,"children":229},{"style":218},[230],{"type":32,"value":231},">(",{"type":9,"tag":22,"props":233,"children":235},{"style":234},"--shiki-light:#90A4AE;--shiki-default:#6182B8;--shiki-dark:#82AAFF",[236],{"type":32,"value":237},"fn",{"type":9,"tag":22,"props":239,"children":240},{"style":218},[241],{"type":32,"value":105},{"type":9,"tag":22,"props":243,"children":244},{"style":218},[245],{"type":32,"value":246}," ()",{"type":9,"tag":22,"props":248,"children":250},{"style":249},"--shiki-light:#90A4AE;--shiki-default:#9C3EDA;--shiki-dark:#C792EA",[251],{"type":32,"value":252}," =>",{"type":9,"tag":22,"props":254,"children":255},{"style":224},[256],{"type":32,"value":257}," Promise",{"type":9,"tag":22,"props":259,"children":260},{"style":218},[261],{"type":32,"value":45},{"type":9,"tag":22,"props":263,"children":264},{"style":224},[265],{"type":32,"value":50},{"type":9,"tag":22,"props":267,"children":268},{"style":218},[269],{"type":32,"value":270},">):",{"type":9,"tag":22,"props":272,"children":273},{"style":224},[274],{"type":32,"value":257},{"type":9,"tag":22,"props":276,"children":277},{"style":218},[278],{"type":32,"value":45},{"type":9,"tag":22,"props":280,"children":281},{"style":224},[282],{"type":32,"value":283},"Result",{"type":9,"tag":22,"props":285,"children":286},{"style":218},[287],{"type":32,"value":45},{"type":9,"tag":22,"props":289,"children":290},{"style":224},[291],{"type":32,"value":50},{"type":9,"tag":22,"props":293,"children":294},{"style":218},[295],{"type":32,"value":296},">>",{"type":9,"tag":22,"props":298,"children":299},{"style":249},[300],{"type":32,"value":252},{"type":9,"tag":22,"props":302,"children":303},{"style":218},[304],{"type":32,"value":305}," {\n",{"type":9,"tag":22,"props":307,"children":309},{"class":24,"line":308},6,[310,316,320,325,329,334,338,343,347,351,355,361,367,372,377],{"type":9,"tag":22,"props":311,"children":313},{"style":312},"--shiki-light:#90A4AE;--shiki-light-font-style:inherit;--shiki-default:#39ADB5;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[314],{"type":32,"value":315},"  try",{"type":9,"tag":22,"props":317,"children":318},{"style":42},[319],{"type":32,"value":94},{"type":9,"tag":22,"props":321,"children":322},{"style":312},[323],{"type":32,"value":324}," return",{"type":9,"tag":22,"props":326,"children":327},{"style":42},[328],{"type":32,"value":94},{"type":9,"tag":22,"props":330,"children":332},{"style":331},"--shiki-light:#E2931D;--shiki-default:#E53935;--shiki-dark:#F07178",[333],{"type":32,"value":100},{"type":9,"tag":22,"props":335,"children":336},{"style":42},[337],{"type":32,"value":105},{"type":9,"tag":22,"props":339,"children":341},{"style":340},"--shiki-light:#FF5370;--shiki-default:#FF5370;--shiki-dark:#FF9CAC",[342],{"type":32,"value":110},{"type":9,"tag":22,"props":344,"children":345},{"style":42},[346],{"type":32,"value":55},{"type":9,"tag":22,"props":348,"children":349},{"style":331},[350],{"type":32,"value":120},{"type":9,"tag":22,"props":352,"children":353},{"style":42},[354],{"type":32,"value":105},{"type":9,"tag":22,"props":356,"children":358},{"style":357},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#39ADB5;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[359],{"type":32,"value":360}," await",{"type":9,"tag":22,"props":362,"children":364},{"style":363},"--shiki-light:#6182B8;--shiki-default:#6182B8;--shiki-dark:#82AAFF",[365],{"type":32,"value":366}," fn",{"type":9,"tag":22,"props":368,"children":369},{"style":97},[370],{"type":32,"value":371},"() ",{"type":9,"tag":22,"props":373,"children":374},{"style":42},[375],{"type":32,"value":376},"}",{"type":9,"tag":22,"props":378,"children":379},{"style":42},[380],{"type":32,"value":134},{"type":9,"tag":22,"props":382,"children":384},{"class":24,"line":383},7,[385,390,396,401,406,411,415,419,423,427,431,435,439,443,448,453,457,462],{"type":9,"tag":22,"props":386,"children":387},{"style":357},[388],{"type":32,"value":389},"  catch",{"type":9,"tag":22,"props":391,"children":393},{"style":392},"--shiki-light:#90A4AE;--shiki-default:#E53935;--shiki-dark:#F07178",[394],{"type":32,"value":395}," (",{"type":9,"tag":22,"props":397,"children":398},{"style":202},[399],{"type":32,"value":400},"e",{"type":9,"tag":22,"props":402,"children":403},{"style":392},[404],{"type":32,"value":405},") ",{"type":9,"tag":22,"props":407,"children":408},{"style":42},[409],{"type":32,"value":410},"{",{"type":9,"tag":22,"props":412,"children":413},{"style":357},[414],{"type":32,"value":324},{"type":9,"tag":22,"props":416,"children":417},{"style":42},[418],{"type":32,"value":94},{"type":9,"tag":22,"props":420,"children":421},{"style":97},[422],{"type":32,"value":100},{"type":9,"tag":22,"props":424,"children":425},{"style":42},[426],{"type":32,"value":105},{"type":9,"tag":22,"props":428,"children":429},{"style":340},[430],{"type":32,"value":159},{"type":9,"tag":22,"props":432,"children":433},{"style":42},[434],{"type":32,"value":55},{"type":9,"tag":22,"props":436,"children":437},{"style":97},[438],{"type":32,"value":168},{"type":9,"tag":22,"props":440,"children":441},{"style":42},[442],{"type":32,"value":105},{"type":9,"tag":22,"props":444,"children":445},{"style":202},[446],{"type":32,"value":447}," e",{"type":9,"tag":22,"props":449,"children":450},{"style":357},[451],{"type":32,"value":452}," as",{"type":9,"tag":22,"props":454,"children":455},{"style":36},[456],{"type":32,"value":70},{"type":9,"tag":22,"props":458,"children":459},{"style":42},[460],{"type":32,"value":461}," }",{"type":9,"tag":22,"props":463,"children":464},{"style":42},[465],{"type":32,"value":134},{"type":9,"tag":22,"props":467,"children":469},{"class":24,"line":468},8,[470],{"type":9,"tag":22,"props":471,"children":472},{"style":218},[473],{"type":32,"value":474},"}\n",{"type":9,"tag":476,"props":477,"children":478},"style",{},[479],{"type":32,"value":480},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",1776849734805]