klaw-sync offers synchronous crawling of a directory tree. It provides a simple API to retrieve all files and directories under a given path, blocking until the entire traversal is complete. Unlike its asynchronous counterpart, klaw-sync returns an array of entries, each representing a file or directory. This package simplifies synchronous file system interactions, making it ideal for scenarios where asynchronous operations are not desired or practical. It's a useful tool when synchronicity trumps performance aspects in certain use cases.