mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-30 18:58:30 -05:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
MASK_MODE: parseInt('7777', 8),
|
|
DEFAULT_FILE_MODE: parseInt('0666', 8),
|
|
DEFAULT_ENCODING: 'utf8',
|
|
};
|