UNPKG

twing

Version:

First-class Twig engine for Node.js

12 lines (11 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConstant = getConstant; function getConstant(context, name, object) { if (object) { return object[name]; } else { return context.get(name); } }