UNPKG

gpreview

Version:

Preview Ghost themes locally without a full Ghost installation

7 lines 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unlessHelper = unlessHelper; function unlessHelper(conditional, options) { return conditional ? options.inverse(this) : options.fn(this); } //# sourceMappingURL=unless.js.map