UNPKG
velocity-template-engine
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.0
velocity template engine
github.com/shenfe/Velocity
shenfe/Velocity
velocity-template-engine
/
module.js
8 lines
(7 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
if
(
typeof
exports
!==
'undefined'
) {
if
(
typeof
module
!==
'undefined'
&&
module
.
exports
) {
exports
=
module
.
exports
= __varName__; } }
else
{
window
.
velocity
= __varName__; }