UNPKG

@hclsoftware/secagent

Version:

IAST agent

8 lines (6 loc) 148 B
import clamp from './clamp.js'; import inRange from './inRange.js'; import random from './random.js'; export default { clamp, inRange, random };