Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 341 Bytes

bitburner.enums.md

File metadata and controls

19 lines (14 loc) · 341 Bytes

Home > bitburner > enums

enums variable

Signature:

enums = {
  toast: {
    SUCCESS: "success",
    WARNING: "warning",
    ERROR: "error",
    INFO: "info",
  },
}