findup-sync offers a synchronous upward traversal of the file system, searching for a specified file or directory. Unlike its asynchronous counterpart, it blocks execution until the target is found or the root directory is reached. This package simplifies tasks where synchronous file system operations are necessary, such as reading configuration files during application startup, ensuring immediate availability of required resources before proceeding. It provides a straightforward API for specifying the search path and target filename.