epiphany/node_modules/@11ty/eleventy-utils/index.js
2023-12-09 22:19:03 -08:00

7 lines
No EOL
167 B
JavaScript

const TemplatePath = require("./src/TemplatePath.js");
const isPlainObject = require("./src/IsPlainObject.js");
module.exports = {
TemplatePath,
isPlainObject,
};