UNPKG
voting
Version:
latest (0.1.0)
0.1.0
Voter library for javascript
github.com/atd-schubert/voting
atd-schubert/voting
voting
/
voter
/
statistics
/
index.js
9 lines
(7 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/*jslint node: true*/
'use strict'
;
module
.
exports
= {
Average
:
require
(
'./average'
),
Cv
:
require
(
'./cv'
),
Variance
:
require
(
'./variance'
) };