Detect if the current process is running inside Windows Subsystem for Linux (WSL). This package provides a simple and reliable way to programmatically determine whether your Node.js application is executing within a WSL environment. It returns a boolean value, true if running in WSL, and false otherwise. Useful for adjusting behavior, features, or platform-specific functionalities based on the detected environment within your application. Easy to integrate and requires zero configuration.