-
Imagine you wanted to write this function:
```
function isA(value: unknown, schema: Schema): value is T {
return Value.Check(schema, value);
}
```
Schema itself is not generic, but I have …
-
I want to measure benchmark on multiple devices.
If you want to help this `typescript-json` project, fork, clone and run below commands. After running the benchmark program, a new markdown file wou…
-
## How are JSON values larger than Number.MAX_VALUE handled?
Will the number be converted to string or will the value be an incorrect?
Is there an option to modify the behaviour so that the librar…
-
**SDK Version**: 2.1.0-dev.20220505
Get `RangeError: Maximum call stack size exceeded` with:
```typescript
/** @format */
import { createIs } from "typia";
type Element =
/** Shorthand…
-
The `typia.random` method generates tuples in the correct order when they are received, but inference at the type level is not. I don't know if this is a bug or a limitation of the type system, so I l…
-
@samchon Would be nice to see [@Typia](https://github.com/samchon/typia) be benchmarked here
Care to create a test case ?
_Originally posted by @SK-FComputer in https://github.com/moltar/t…
-
https://github.com/samchon/typia
-
## Bug Report
Note that, the bug you're reporting may have registered in the [issues](https://github.com/samchon/typia/search?type=issues) by another user. Even the bug you're reporting may have been…
-
Above all, thank you for creating such a fantastic library.
In my opinion, the fact that custom comment tags only apply to validation functions in typia seems inconsistent.
So, I would like to s…
-
## Feature Request
It would be great if typia could be considered [ZodEsque](https://github.com/trpc/trpc/blob/63daaab739e0eb2d330a977c50d823a66dd2038f/packages/server/src/core/internals/getParseFn.t…