Skip to content

deps: replace custom flatten method with build-in Array.flat

cleaning up code from custom method by using a built-in method Array.flat() which will no only clean up code but also make it more readable by developers

Merge request reports

Loading