globby is built on top of fast-glob which allows the use of custom file system functions via the fs option. However, globby does not pass that option through to its calls to dir-glob (which does not allow it anyway), so support for the fs option is compromised.