UNPKG

liquid

Version:

Node.js port of the Liquid template engine

8 lines (6 loc) 139 B
const Liquid = require('../liquid') module.exports = class ElseCondition extends Liquid.Condition { evaluate () { return true } }