UNPKG

gpreview

Version:

Preview Ghost themes locally without a full Ghost installation

9 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.encodeHelper = encodeHelper; function encodeHelper(string, _options) { if (!string) return ''; return encodeURIComponent(string); } //# sourceMappingURL=encode.js.map