UNPKG

@hclsoftware/secagent

Version:

IAST agent

9 lines (6 loc) 162 B
/* build/tpl */ import index from "./index"; interface IIndexAdded { index: typeof index; } export default function addIndex<Src>(_: Src): Src & IIndexAdded;