ts-auto-guard
Advanced tools
Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20
{ | ||
"name": "ts-auto-guard", | ||
"version": "1.0.0-alpha.19", | ||
"version": "1.0.0-alpha.20", | ||
"description": "Generate type guard functions from TypeScript interfaces", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/rhys-vdw/ts-auto-guard", |
@@ -74,3 +74,3 @@ # ts-auto-guard | ||
Annotate interfaces in your project or pass. ts-auto-guard will generate guards only for interfaces with a `@see {name} ts-auto-guard:type-guard` JSDoc tag. | ||
Annotate interfaces in your project. ts-auto-guard will generate guards only for interfaces with a `@see {name} ts-auto-guard:type-guard` JSDoc tag. | ||
@@ -77,0 +77,0 @@ ```ts |
112246