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