Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

TyRAS Extras Library Bundle - Backend using runtypes 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-runtypes";

instead of

import * as tyrasConfig from "@ty-ras-extras/config-runtypes";
import * as tyrasCache from "@ty-ras-extras/cache";
...etc

This library exports all members of the following libraries: