blob: f0c28256095b87cecf46cd863cb070e323b955c7 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001'use strict';
2
3module.exports = {
4 MASK_MODE: parseInt('7777', 8),
5 DEFAULT_FILE_MODE: parseInt('0666', 8),
6};