UNPKG

ziko

Version:

A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...

16 lines 223 B
import { sum, prod, min, max, accum } from "./functions/index.js" const Stats={ sum, prod, min, max, accum, } export default Stats; export * from "./functions/index.js"