UNPKG

wipe-webpack-cache

Version:
14 lines (13 loc) 198 B
var counter = 1; var b = require('./b.js'); module.exports = { fn: function () { return counter++; }, b_fn: function(){ return b.fn(); }, c_fn: function(){ return b.c_fn(); } };