UNPKG

tsuite

Version:

A collection of useful utility functions, All fully typed and documented

14 lines 690 B
/** * tsuite v0.7.2 * tijn.dev * @license MIT **/ import { createNode } from "./create-node-yYwW-oKm.js"; import { createRequest } from "./create-request-DsMbthHf.js"; import { createState } from "./create-state-DvqzVHwf.js"; import { effetch } from "./effetch-DxYFALW_.js"; import { hugText } from "./hug-text-DF2szcM2.js"; import { mapElementsById } from "./map-elements-by-id-CWPzcJLM.js"; import { loadImageWithFallback } from "./load-image-with-fallback-Cup2G-5o.js"; import { Brand, LooseToStrict, Prettify } from "./type-helpers-D4alXzvK.js"; export { Brand, LooseToStrict, Prettify, createNode, createRequest, createState, effetch, hugText, loadImageWithFallback, mapElementsById };