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