UNPKG
voting
Version:
latest (0.1.0)
0.1.0
Voter library for javascript
github.com/atd-schubert/voting
atd-schubert/voting
voting
/
voting.js
6 lines
(3 loc)
•
74 B
JavaScript
View Raw
1
2
3
4
5
6
/*jslint node:true*/
'use strict'
;
module
.
exports
=
require
(
'./voter'
);