hades-cli
Version:
Hades CLI developer tool
8 lines (7 loc) • 351 B
JavaScript
;
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));
});