mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-05 11:15:51 +00:00
3 lines
67 B
JavaScript
3 lines
67 B
JavaScript
module.exports = {
|
|
validDomainId: str => /^[\w-_]+$/.test(str)
|
|
}
|