Currently, this module uses the built-in fs module. However, it would be useful to be able to provide our own replacement using an option. We can check if it is compatible enough by checking if all the fs methods that this module uses exist, and throw an error if not all of them are included.
Currently, this module uses the built-in
fsmodule. However, it would be useful to be able to provide our own replacement using an option. We can check if it is compatible enough by checking if all thefsmethods that this module uses exist, and throw an error if not all of them are included.