Example Usage
1await contentFinder({2 ProductName: 'CodeBuddy',3 WantOutput: true,4 find: 'D9.x.a.h',5 logs: true,6 onProgress: (data) => console.log('Progress:', data)7});
1await contentFinder({2 ProductName: 'CodeBuddy',3 WantOutput: true,4 find: 'D9.x.a.h',5 logs: true,6 onProgress: (data) => console.log('Progress:', data)7});