@vicin/phantom 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -843,8 +843,8 @@ function hash<V>(value: V) {
|
|
|
843
843
|
|
|
844
844
|
`Sigil` works seamlessly in conjunction with `Phantom`,use `Phantom` for nominal typing on primitives/objects (type-only metadata), and `Sigil` for classes. Together, they enable comprehensive domain modeling: e.g., a Phantom-branded `UserId` could be a property in a Sigil-branded `User` class, combining zero-runtime primitive safety with robust class-level checks.
|
|
845
845
|
|
|
846
|
-
- GitHub:
|
|
847
|
-
- NPM:
|
|
846
|
+
- **GitHub: [@sigil](https://github.com/ZiadTaha62/sigil)**
|
|
847
|
+
- **NPM: [@sigil](https://www.npmjs.com/package/@vicin/sigil)**
|
|
848
848
|
|
|
849
849
|
---
|
|
850
850
|
|
|
@@ -864,6 +864,6 @@ Distributed under the MIT License. See `LICENSE` for more information.
|
|
|
864
864
|
|
|
865
865
|
Built with ❤️ by **Ziad Taha**.
|
|
866
866
|
|
|
867
|
-
- GitHub: [@ZiadTaha62](https://github.com/ZiadTaha62)
|
|
868
|
-
- NPM: [@ziadtaha62](https://www.npmjs.com/~ziadtaha62)
|
|
869
|
-
- Vicin: [@vicin](https://www.npmjs.com/org/vicin)
|
|
867
|
+
- **GitHub: [@ZiadTaha62](https://github.com/ZiadTaha62)**
|
|
868
|
+
- **NPM: [@ziadtaha62](https://www.npmjs.com/~ziadtaha62)**
|
|
869
|
+
- **Vicin: [@vicin](https://www.npmjs.com/org/vicin)**
|