filer/shims/path.js

7 lines
95 B
JavaScript
Raw Normal View History

2021-02-20 03:38:52 +00:00
const path = require("./path.js");
module.exports = {
__esModule: true,
default: path,
};