Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 358 Bytes

File metadata and controls

9 lines (6 loc) · 358 Bytes

Exposes the object that defines the device on which the application is running.

Exports:

  • default - The device object

      require("core/devices");
      // ===== or =====
      import devices from "devextreme/core/devices";