UNPKG

arc-templates

Version:

Fully powered JavaScript template engine with halfway-decent syntax.

19 lines (16 loc) 479 B
'use strict'; var _Object$freeze = require('babel-runtime/core-js/object/freeze')['default']; Object.defineProperty(exports, '__esModule', { value: true }); exports['default'] = _Object$freeze({ DOCUMENT: 'Document', JAVASCRIPT: 'JavaScript', EXPRESSION: 'Expression', LAYOUT: 'Layout', BLOCK_REFERENCE: 'Block Reference', PARTIAL: 'Partial', BLOCK_NAME: 'Named Block' }); module.exports = exports['default']; //# sourceMappingURL=tokens.js.map