@ty-ras-extras/frontend-io-ts
v2.0.1
Published
Bundle of TyRAS Extras libraries suitable to use in frontends which use `io-ts` as data validation library.
Maintainers
Readme
TyRAS Extras Library Bundle - Frontend using io-ts as Data Validation Library
This library bundles various frontend-related @ty-ras-extras/* libraries into one.
The purpose is to enable writing
import { single-extras-aspect } from "@ty-ras-extras/frontend-io-ts";instead of
import * as tyrasConfig from "@ty-ras-extras/config-io-ts/string";
import * as tyrasCache from "@ty-ras-extras/cache";
...etcThis library exports all members of the following libraries:
@ty-ras/cache, and@ty-ras/config-io-ts, specifically onlystringsubpath export, as other export uses Nodefsmodule.
