You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2024. It is now read-only.
I have idea to create new module to control the lib folder from actions, because I need to use some functions in few action modules. So my idea is to create lib folder in the root to store global functions that you can use inside action modules but when you put inside action module another functions those functions extends the globals only for this module. Of course when you put the same function name like in global only this function is replace only for this module.