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