chrschae
chrschae
Hello, im wondering what is the current optimal way to update files with this package? Im currently using this in the onAfterUpload hook ```js export function removeOldFiles(filter) { let currentFile...
Hello, i would like to use this package with preinstalled metamask and other extensions. (using userDataDir arg from pupeteer, so extensions would be saved there) I noticed that i cannot...
Hey, I just want to remark that the property "regions" seems to be missing for the type Holiday. In my case i noticed it when using const holiday = getHolidaysByDate(date,region)...