You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move Foo constructor function to module scope to resolve the
stdlib/no-unnecessary-nested-functions lint error.
The function was previously defined inside the benchmark function
but has been moved to module scope with appropriate JSDoc comments.
0 commit comments