UNPKG

points-to-vertices

Version:

:white_square_button: a points to vertices array convertor

3 lines 71 B
export default (function (arr) { return [].concat.apply([], arr); });