dynamicsmobile
Version:
Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com
8 lines • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestPlatformBridge = void 0;
const dms_platform_web_1 = require("../platform-web/dms-platform-web");
class TestPlatformBridge extends dms_platform_web_1.WebPlatformBridge {
}
exports.TestPlatformBridge = TestPlatformBridge;
//# sourceMappingURL=dms-platform-test.js.map