UNPKG

points-to-vertices

Version:

:white_square_button: a points to vertices array convertor

9 lines (6 loc) 153 B
"use strict"; exports.__esModule = true; exports.default = function (arr) { return [].concat.apply([], arr); }; module.exports = exports["default"];