UNPKG
particles-core
Version:
latest (0.5.4)
rc (0.5.0-rc0)
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0-rc0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.2-rc3
0.4.2-rc2
0.4.2-rc1
0.4.2-rc0
0.4.1
0.4.0
0.4.0-rc2
Often used particles for condensation
github.com/sungardas/particles-core
sungardas/particles-core
particles-core
/
particles
/
helpers
/
thisTemplate.js
9 lines
(8 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* * 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
; };