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