interfaceGlobScanOptionsinterface GlobScanOptionsabsolute?: booleanReturn the absolute path for entries.cwd?: stringThe root directory to start matching from. Defaults to process.cwd()dot?: booleanAllow patterns to match entries that begin with a period (.).followSymlinks?: booleanWhether to traverse descendants of symbolic link directories.onlyFiles?: booleanReturn only files.throwErrorOnBrokenSymlink?: booleanThrow an error when a symbolic link is broken