All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.order.none.js Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
export default function(series) {
  var n = series.length, o = new Array(n);
  while (--n >= 0) o[n] = n;
  return o;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy