UNPKG

ziko

Version:

a versatile javaScript framework offering a rich set of UI components, advanced mathematical utilities, reactivity, animations, client side routing and graphics capabilities

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"