mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
Bump to ES6
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user