UNPKG

ravel

Version:

Ravel Rapid Application Development Framework

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