UNPKG

126 BJavaScriptView Raw
1"use strict";
2
3const { resolve } = require("path");
4
5const path = resolve(__dirname, "src");
6
7module.exports = require(path);