UNPKG

@antdv/pro-utils

Version:

@antdv/pro-utils

10 lines (9 loc) 167 B
function runFunction(valueEnum, ...rest) { if (typeof valueEnum === "function") { return valueEnum(...rest); } return valueEnum; } export { runFunction };