UNPKG

@cuba-platform/front-generator

Version:
5 lines (3 loc) 170 B
'use strict'; const regex = '@[a-z0-9][\\w-.]+/[a-z0-9][\\w-.]*'; module.exports = opts => opts && opts.exact ? new RegExp(`^${regex}$`, 'i') : new RegExp(regex, 'gi');