UNPKG
voting
Version:
latest (0.1.0)
0.1.0
Voter library for javascript
github.com/atd-schubert/voting
atd-schubert/voting
voting
/
voter
/
boolean
/
index.js
10 lines
(8 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/*jslint node: true*/
'use strict'
;
module
.
exports
= {
And
:
require
(
'./and'
),
Or
:
require
(
'./or'
),
Ratio
:
require
(
'./ratio'
),
Xor
:
require
(
'./xor'
) };