UNPKG

theorem.js

Version:

A Math library for computation in JavaScript

4 lines (3 loc) 68 B
flatten(array) { return array.reduce((a, b) => a.concat(b), []); }