Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shuritch committed Nov 7, 2023
1 parent ac4779f commit 168458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const sample = [
];

systemSchema.warnings; // Inspect warnings after build
systemSchema.calc(sample); // Will assign calculated fields
systemSchema.calculate(sample); // Will assign calculated fields
systemSchema.test(sample); // Schema validation
systemSchema.dts('SystemInterface'); // Typescript generation
systemSchema.pull('userSchema').test(sample[0]); // Subschema validation
Expand Down

0 comments on commit 168458a

Please sign in to comment.