UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

10 lines (9 loc) 428 B
export { default as valueOf } from "./valueOf"; export { default as debounce } from "./debounce"; export { default as delay } from "./delay"; export { default as suspense } from "./suspense"; export { default as asyncExtras } from "./asyncExtras"; export { default as lazy } from "./lazy"; export { default as until } from "./until"; export { default as append } from "./append"; export { default as replace } from "./replace";