UNPKG
@iocium/ioc-diff
Version:
latest (1.0.3)
1.0.3
1.0.2
A full-featured, ESM-compatible IOC diffing and normalization library + CLI for InfoSec tooling.
@iocium/ioc-diff
/
typedoc.json
8 lines
•
182 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"entryPoints"
:
[
"index.ts"
]
,
"out"
:
"docs"
,
"excludePrivate"
:
true
,
"excludeInternal"
:
true
,
"exclude"
:
[
"**/*.test.ts"
,
"**/helpers/**"
]
,
"tsconfig"
:
"tsconfig.json"
}