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