UNPKG

132 BJavaScriptView Raw
1'use strict';
2
3module.exports = function fakeTag(tag) {
4 // eslint-disable-next-line camelcase
5 return { npm_config_tag: tag };
6};
7