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