UNPKG

npm-jga-commonlib

Version:
7 lines (5 loc) 172 B
'use strict' module.exports = isRegistrySpecifier function isRegistrySpecifier (spec) { return spec.type === 'range' || spec.type === 'version' || spec.type === 'tag' }