UNPKG

particles-core

Version:
9 lines (8 loc) 219 B
/* * Returns the root level template that is currently being built. * * @return {String} The relative path to the template being built */ module.exports = function(options) { return options.data._templatePath; };