HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/core/js/default-vm.js
//
// Copyright (C) Microsoft. All rights reserved.
//
define(() => {
    class DefaultViewModel {
        constructor(frameName) {
            this.frameName = frameName;
        }
    }
    return DefaultViewModel;
});