tacker

a simple web bundler
git clone https://tongong.net/git/tacker.git
Log | Files | Refs | README

b.js (78B)


      1 const c = require('./c');
      2 
      3 module.exports = {
      4     hello: () => ":)",
      5     c,
      6 }