UNPKG

@hclsoftware/secagent

Version:

IAST agent

9 lines (6 loc) 211 B
/* build/tpl */ import findPathDeep from "./findPathDeep"; interface IFindPathDeepAdded { findPathDeep: typeof findPathDeep; } export default function addFindPathDeep<Src>(_: Src): Src & IFindPathDeepAdded;