Is there a way to extract a .pkg file into a directory similar to extracting a zip folder into a directory in Javascript?
I am trying to extract a .pkg folder using 'decompress' module however, it is not happening. Is there an npm module that can be used to extract .pkg files?