UNPKG

deleight

Version:

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

9 lines (8 loc) 234 B
/** * Multiple modules for working with objects. */ export * from './apply/apply.js'; export * from './member/member.js'; export * from './operations/operations.js'; export * from './process/process.js'; export * from './types.js';