UNPKG

@hclsoftware/secagent

Version:

IAST agent

9 lines (6 loc) 169 B
/* build/tpl */ import exists from "./exists"; interface IExistsAdded { exists: typeof exists; } export default function addExists<Src>(_: Src): Src & IExistsAdded;