my-scopes
v1.0.3
Published
create easy scopes
Downloads
8
Readme
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());