PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
tsyringe
/
dist
/
esm2015
/
types
export function isDisposable(value) { if (typeof value.dispose !== "function") return false; const disposeFun = value.dispose; if (disposeFun.length > 0) { return false; } return true; }
[-] lifecycle.js
[edit]
[-] transform.js
[edit]
[+]
..
[-] frequency.js
[edit]
[-] dictionary.js
[edit]
[-] interceptor-options.js
[edit]
[-] constructor.js
[edit]
[-] disposable.js
[edit]
[-] index.js
[edit]
[-] registration-options.js
[edit]
[-] dependency-container.js
[edit]