UNPKG

hades-cli

Version:
8 lines (7 loc) 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const handlebars = require("handlebars"); const common_functions_1 = require("./common-functions"); handlebars.registerHelper('faker', function (command, ...options) { return common_functions_1.fakerHelper(command, common_functions_1.getFakerHelperParams(options)); });