UNPKG

@abaplint/runtime

Version:
9 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.repeat = repeat; const string_1 = require("../types/string"); function repeat(input) { const val = typeof input.val === "string" ? input.val : input.val.get(); return new string_1.String().set(val.repeat(input.occ.get())); } //# sourceMappingURL=repeat.js.map