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