mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-10 03:52:57 +00:00
6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
const prefix = 'order';
|
|
|
|
module.exports = function namespace(ruleName) {
|
|
return `${prefix}/${ruleName}`;
|
|
};
|