Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 288 Bytes

File metadata and controls

9 lines (6 loc) · 288 Bytes

Exposes an object used to generate and hold the GUID.

Exports:

  • default - The Guid object

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