@ty-ras-extras/backend-io-ts
v2.0.0
Published
Bundle of TyRAS Extras libraries suitable to use in backends which use `io-ts` as data validation library.
Downloads
625
Maintainers
Readme
TyRAS Extras Library Bundle - Backend using io-ts as Data Validation Library
This library bundles various backend-related @ty-ras-extras/* libraries into one.
The purpose is to enable writing
import { single-extras-aspect } from "@ty-ras-extras/backend-io-ts";instead of
import * as tyrasConfig from "@ty-ras-extras/config-io-ts";
import * as tyrasCache from "@ty-ras-extras/cache";
...etcThis library exports all members of the following libraries:
