UNPKG

112 BJavaScriptView Raw
1'use strict';
2
3const a = require('./module-a');
4
5module.exports = {
6 id: 'local-module-b',
7 dependentOn: a
8};