7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
|
const TemplatePath = require("./src/TemplatePath.js");
|
||
|
const isPlainObject = require("./src/IsPlainObject.js");
|
||
|
|
||
|
module.exports = {
|
||
|
TemplatePath,
|
||
|
isPlainObject,
|
||
|
};
|