You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

template-native.js 245 B

4 years ago
123456789
  1. /*!
  2. * artTemplate[NodeJS]
  3. * https://github.com/aui/artTemplate
  4. * Released under the MIT, BSD, and GPL Licenses
  5. */
  6. var node = require('./_node.js');
  7. var template = require('../dist/template-native-debug.js');
  8. module.exports = node(template);