Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 5117db8

Browse files
authored
Merge pull request #25 from sevenwestmedia-labs/CHORE_notMaintained
Added no maintenance warning to the readme
2 parents 1469236 + 46cd8b4 commit 5117db8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# WARNING: This repository is no longer maintained
2+
3+
Consider [Zod](https://github.com/colinhacks/zod) as an alternative
4+
15
# Typescript Object Validator
26

37
A simple library for typescript projects to validating object shapes. You can use this package to declare the shape you'd like an object to align to. This is handy when you have a complex object (for example, an API response) and want to validate the object, AND have typescript recognize the shape.

0 commit comments

Comments
 (0)