UNPKG

p3x-redis-ui-server

Version:

🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface

8 lines (6 loc) 190 B
const utils = require('corifeus-utils') const checkLicense = require('../../../lib/check-license') module.exports = async (options) => { options.save = true checkLicense(options) }