@the-little-books/little
Version:
19 lines • 447 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.init = void 0;
function init(the) {
return {
book: the.book,
loader: the.loader,
node_stack: [],
return_stack: [
{
module: the.module || "index",
nodes: the.nodes,
index: 0,
},
],
};
}
exports.init = init;
//# sourceMappingURL=env-init.js.map