epiphany/node_modules/@11ty/eleventy-utils/index.js

7 lines
167 B
JavaScript
Raw Normal View History

2023-12-09 22:19:03 -08:00
const TemplatePath = require("./src/TemplatePath.js");
const isPlainObject = require("./src/IsPlainObject.js");
module.exports = {
TemplatePath,
isPlainObject,
};