scriptfusion/static-class
Prevents class instantiation.
Maintainers
1.1.0
2022-11-01 19:07 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 33e00f623c65c4a5164be3a5126b0d4b16fdff86
- Bilge <bilge.woop@scriptfusion.com>
This package is auto-updated.
Last update: 2026-06-29 01:01:52 UTC
README
👁 Latest version
👁 Total downloads
👁 Code style
Provides the StaticClass trait to mark a class as static. A static class is one that only provides
static methods and cannot be instantiated.
