mirror of
https://github.com/gchq/CyberChef
synced 2025-12-16 16:24:00 +00:00
Converted all modules from CommonJS to ES6
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* @namespace
|
||||
*/
|
||||
var OS = module.exports = {
|
||||
const OS = {
|
||||
|
||||
/**
|
||||
* Parse UNIX file permissions operation.
|
||||
@@ -307,3 +307,5 @@ var OS = module.exports = {
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
export default OS;
|
||||
|
||||
Reference in New Issue
Block a user