Preview: cache-key.js
Size: 129 B
/lib/node_modules/npm/node_modules/pacote/lib/util/cache-key.js
'use strict'
module.exports = cacheKey
function cacheKey (type, identifier) {
return ['pacote', type, identifier].join(':')
}
Directory Contents
Dirs: 0 × Files: 7