UNPKG

deleight

Version:

A library with 9 modules for writing more expressive web applications with traditional HTML, CSS and JavaScript.

9 lines (8 loc) 250 B
/** * Multiple modules for working with the functions. */ export * from './context/context.js'; export * from './return/return.js'; export * from './cache/cache.js'; export * from './dynamic/dynamic.js'; export * from './reversible/reversible.js';