will-call is a lightweight JavaScript utility designed to determine if a function will be called based on specific input conditions. It analyzes arguments and predefined logic to predict function execution. This package aids in debugging and testing asynchronous code or complex conditional workflows where pinpointing function call behavior is crucial. It prevents unexpected calls due to errors in conditional state management. Facilitating greater code clarity, testability, and maintainability, will-call provides simple assertions regarding functions execution.