Skip to main content
Module

x/aleph/server/util.ts>AlephRuntimeCode

The Full-stack Framework in Deno.
Very Popular
Go to Latest
variable AlephRuntimeCode
import { AlephRuntimeCode } from "https://deno.land/x/aleph@v0.3.0-alpha.2/server/util.ts";

type

` var __ALEPH = window.__ALEPH || (window.__ALEPH = { pack: {}, exportFrom: function(specifier, url, exports) { if (url in this.pack) { var mod = this.pack[url] if (!(specifier in this.pack)) { this.pack[specifier] = {} } if (exports === '*') { for (var k in mod) { this.pack[specifier][k] = mod[k] } } else if (typeof exports === 'object' && exports !== null) { for (var k in exports) { this.pack[specifier][exports[k]] = mod[k] } } } }, require: function(name) { switch (name) { case 'regenerator-runtime': return regeneratorRuntime default: throw new Error('module "' + name + '" is undefined') } }, }); `