-
# Bug report
## Setup
We have custom check methods that check some condition and throw an exception if that condition is not met.
For PHPStan to determine the type of the variables that are passe…
-
Hello, I am looking into using suretype in a web project using angular, and the browser complains that the dependency `awesome-ajv-errors` depends on `terminal-link`, which depends on `ansi-escapes`, …
-
I'm using suretype for Express input validation, what I want is for example, to validate `req.params` and `req.query`, all variables in those objects come as strings, but I want the type resulting fro…
-
Hi, I want to try and convert our code which is currently use zod to a more performance parsing framework.
However I'm having problem try to replace `z.enum(['a', 'b', 'c'])` to any equivalent valida…
-
When I have a schema with a nested object, the nested object does not compile down to a basic type:
Example:
```typescript
const PersonSchema = suretype(
{ name: 'Person' },
v.object({
…
-
Hi,
Your project looks very interesting and I'd like to add it to the [typescript-runtime-type-benchmarks](https://github.com/moltar/typescript-runtime-type-benchmarks) repo.
However, I ran into…
-
Hi there,
This project looks really promising! I was wondering if there was a way to provide a loose record schema that may have arbitrary keys/values. Basically the typescript equivalent of `Reco…