mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-27 09:45:49 +00:00
1 line
54 B
JavaScript
1 line
54 B
JavaScript
exports.isDomainId = value => /^[\w-_]+$/.test(value)
|