UNPKG

@kwiz/common

Version:

KWIZ common utilities and helpers for M365 platform

6 lines (5 loc) 187 B
//eval breaks treeshaking for the entire module it is in, so keep it in separate export function eval2(str: string) { // eslint-disable-next-line no-eval return eval(str); }