UNPKG

112 BJavaScriptView Raw
1'use strict'
2module.exports = [
3 require('./and'),
4 require('./not'),
5 require('./or'),
6 require('./xor')
7]