neutralinojs / neutralino.js

JavaScript API for Neutralinojs
https://neutralino.js.org/docs/api/overview
MIT License
237 stars 47 forks source link

Using enums for constants instead of string datatype #98

Closed Sadaf-A closed 7 months ago

Sadaf-A commented 7 months ago

Resolves: #96

This PR adds enums for constant values instead of using string datatype. This enhances our code readability and type safety

Sadaf-A commented 7 months ago

Thanks so much for sending this pull request

Always a pleasure!