SYMBOL INDEX (5 symbols across 1 files) FILE: src/index.ts type Options (line 8) | type Options = { type UnArray (line 35) | type UnArray = T extends any[] ? never : T; type AnymatchPattern (line 37) | type AnymatchPattern = UnArray; function handleMatcher (line 39) | function handleMatcher(matcher: Matcher): Matcher { function obfuscatorPlugin (line 49) | function obfuscatorPlugin(obOptions?: Options) {