1.0.3 • Published 3 years ago

my-scopes v1.0.3

Weekly downloads
13
License
MIT
Repository
-
Last release
3 years ago

my-scopes

description general

The myscope package allows the creation of scopes in a simple way, to be used in the frontend in the following way:

FRONTEND:

myScopes.nameScope (params);

BACKEND**:

const myScope = require ('myScopes'); module.exports = myScopes ({scopes});

INFO:

myScopes works with express, as follows: const scopes = require ('./ yourFileWithScopes.js') app.use (scopes());