File size: 113 Bytes
f9f1a35 |
1 2 3 4 5 6 7 8 |
module.exports = {
'cap': false,
'curry': false,
'fixed': false,
'immutable': false,
'rearg': false
};
|
f9f1a35 |
1 2 3 4 5 6 7 8 |
module.exports = {
'cap': false,
'curry': false,
'fixed': false,
'immutable': false,
'rearg': false
};
|