UNPKG

yunlongzha_try_nodejs

Version:

try it

7 lines (5 loc) 172 B
var npm = require('../npm.js') var correctMkdir = require('../utils/correct-mkdir.js') module.exports = function getCacheStat (cb) { correctMkdir(npm.cache, cb) }