mirror of
https://github.com/rastvl/akamai-deobfuscator-2.0.git
synced 2025-04-17 00:27:07 +08:00
15 lines
158 B
JavaScript
15 lines
158 B
JavaScript
const defineFile = (window) => {
|
|
class File {
|
|
constructor() {
|
|
|
|
}
|
|
|
|
get path() {
|
|
|
|
}
|
|
}
|
|
|
|
window.File = File;
|
|
}
|
|
|
|
module.exports = defineFile; |