
Version 1.1.1 (1 June 2025):

    Added `isWindow` helper function.
    Exposed `ToSoftInteger` helper function.
    Minor fix: ensure `isArguments` always returns an explicit boolean, rather than situationally implicit: `&& value` becomes `&& !!value`.