From 7637cc803d2278e0a7c752dbb86267b6ecbf288d Mon Sep 17 00:00:00 2001
From: Hamid Bluri
Date: Fri, 10 Feb 2023 11:01:09 +0330
Subject: [PATCH] Added package labeledtypes (#2494)
---
packages.json | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/packages.json b/packages.json
index 782ead6..cf0c036 100644
--- a/packages.json
+++ b/packages.json
@@ -28878,5 +28878,21 @@
"description": "Validate HTTP input data in a fancy way",
"license": "MIT",
"web": "https://github.com/openpeep/bag"
+ },
+ {
+ "name": "labeledtypes",
+ "url": "https://github.com/hamidb80/labeledtypes",
+ "method": "git",
+ "tags": [
+ "label",
+ "labeling",
+ "type",
+ "types",
+ "annonation",
+ "macro"
+ ],
+ "description": "label your types - a convention for self-documented and more readable code",
+ "license": "MIT",
+ "web": "https://github.com/hamidb80/labeledtypes"
}
]