UNPKG

100 BJavaScriptView Raw
1const prefix = 'taro-rn'
2
3export function namespace (ruleName) {
4 return `${prefix}/${ruleName}`
5}