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-zod";
instead of
import * as tyrasConfig from "@ty-ras-extras/config-zod/string";
import * as tyrasCache from "@ty-ras-extras/cache";
...etc
This library exports all members of the following libraries:
@ty-ras/cache
, and@ty-ras/config-zod
, specifically onlystring
subpath export, as other export uses Nodefs
module.