UNPKG

e-commercee

Version:

This package contains a backend of what would be the logic of a e-commercee software, the architecture used is made in 3 layers

9 lines (6 loc) 179 B
var require_optional = require('../../') function findPackage(packageName) { var pkg = require_optional(packageName); return pkg; } module.exports.findPackage = findPackage