UNPKG

twig

Version:

JS port of the Twig templating language.

10 lines (8 loc) 237 B
/** * Twig.js * * @copyright 2011-2020 John Roepke and the Twig.js Contributors * @license Available under the BSD 2-Clause License * @link https://github.com/twigjs/twig.js */ module.exports = require('./twig.factory')();