UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

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