UNPKG

ravel

Version:

Ravel Rapid Application Development Framework

10 lines (9 loc) 205 B
'use strict'; /** * Defines Symbols for auth/, concealing private variables shared between Ravel source files. * * @private */ module.exports = { authConfigModule: Symbol.for('_authConfigModule') };