@ty-ras/frontend-fetch-runtypes
v2.1.0
Published
Bundle of TyRAS libraries suitable to use in frontends/clients which use Fetch API to send HTTP requests, and `runtypes` as data validation library.
Downloads
3
Maintainers
Readme
TyRAS Library Bundle - Frontend using Fetch API to send HTTP requests and runtypes
as Data Validation Library
This library bundles various @ty-ras/*
libraries into one.
The purpose is to enable writing
import * as tyras from "@ty-ras/frontend-fetch-runtypes";
instead of
import * as tyrasData from "@ty-ras/data";
import * as tyrasDataFE from "@ty-ras/data-frontend";
...etc
This library exports all members of the following libraries: