UNPKG

@hclsoftware/secagent

Version:

IAST agent

9 lines (6 loc) 183 B
/* build/tpl */ import condense from "./condense"; interface ICondenseAdded { condense: typeof condense; } export default function addCondense<Src>(_: Src): Src & ICondenseAdded;