UNPKG

pacote

Version:

JavaScript package downloader

7 lines (5 loc) 129 B
'use strict' module.exports = cacheKey function cacheKey (type, identifier) { return ['pacote', type, identifier].join(':') }