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