Skip to content

Commit

Permalink
Add docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Jan 17, 2024
1 parent 7db9528 commit 85e7b23
Show file tree
Hide file tree
Showing 41 changed files with 10,563 additions and 822 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
"camelcase",
"codacy",
"huskyrc",
"lefkowitz",
"nosecret",
"plusplus",
"superstruct",
"trufflehog",
"typecheck",
"venv"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# TS-Valid

Ergonomic, lightweight and extensible validators.
Ergonomic, extensible and dependency free validators.
3 changes: 3 additions & 0 deletions docs/typedoc.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span {
font-family: monospace;
}
1 change: 1 addition & 0 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"collectCoverage": true,
"transform": {
"^.+\\.ts?$": ["ts-jest", { "isolatedModules": true }]
}
Expand Down
Loading

0 comments on commit 85e7b23

Please sign in to comment.