epiphany/node_modules/@11ty/dependency-tree/test/stubs/parent/child1.js

4 lines
94 B
JavaScript
Raw Normal View History

2023-12-09 22:19:03 -08:00
const test2 = require("./grandchild");
const lodash = require("lodash");
module.exports = {};