Bump to ES6

This commit is contained in:
Peng-YM
2022-05-24 21:20:26 +08:00
parent a24525c30c
commit def4e496e4
23 changed files with 14866 additions and 3442 deletions

View File

@@ -14,9 +14,4 @@ function FULL(length, bool) {
return [...Array(length).keys()].map(() => bool);
}
module.exports = {
AND,
OR,
NOT,
FULL
}
export { AND, OR, NOT, FULL };