UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

9 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eval2 = eval2; //eval breaks treeshaking for the entire module it is in, so keep it in separate function eval2(str) { // eslint-disable-next-line no-eval return eval(str); } //# sourceMappingURL=eval.js.map