Braden Napier
Braden Napier
#### Checklist - [] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added - [x]...
We have a need to use [TypeChain](https://github.com/ethereum-ts/TypeChain) in a variety of targets. With the addition of `ethers-v5`, it makes sense to allow multiple targets to allow others to use this...
While building our app it became clear how useful this package has become for us. Almost all of our application logic is now handled by processes. Each is encapsulated and...
I have run into a few situations where it would be very helpful to allow executing of a command rather than substitution of a variable when running a template (with...
We have a few options for handling validation to aid in testing. Typia is the simplest as it is an AOC validation library which generates validation functions based on the...