UNPKG

deleight

Version:

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

6 lines (5 loc) 145 B
/** * Multiple implementations of an array-like mutation interface. */ export * from './array/array.js'; export * from './element/element.js';