UNPKG

@practica/create-node-app

Version:

Create Node.js app that is packed with best practices AND strive for simplicity

6 lines (5 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.context = void 0; var context_1 = require("./src/context"); Object.defineProperty(exports, "context", { enumerable: true, get: function () { return context_1.context; } });