UNPKG

@augment-vir/web

Version:

A collection of augments, helpers types, functions, and classes only for web (frontend) JavaScript environments.

15 lines (14 loc) 733 B
export * from './augments/animation-frame.js'; export * from './augments/elements/element-children.js'; export * from './augments/elements/element-focus.js'; export * from './augments/elements/element-parent.js'; export * from './augments/elements/element-position.js'; export * from './augments/elements/element-text.js'; export * from './augments/elements/element-visibility.js'; export * from './augments/elements/event-target.js'; export * from './augments/elements/overflow.js'; export * from './augments/elements/query-through-shadow.js'; export * from './augments/elements/tag-or-definition.js'; export * from './augments/elements/text-dimensions.js'; export * from './augments/image.js'; export * from './augments/video.js';