Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 924 Bytes

File metadata and controls

21 lines (19 loc) · 924 Bytes

TyRAS Library Bundle - Frontend using Node runtime 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-node-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: