UNPKG

points-to-vertices

Version:

:white_square_button: a points to vertices array convertor

4 lines (2 loc) 83 B
// @flow export default (arr: Array<any>):Array<any> => [].concat.apply([], arr);