@qntm-code/utils
Version:
A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.
10 lines (9 loc) • 350 B
JavaScript
export * from './getAncestors.js';
export * from './getComputedStyleAsNumber.js';
export * from './getElementHeight.js';
export * from './getElementWidth.js';
export * from './getNonInlineParent.js';
export * from './getPositionedParent.js';
export * from './getScrollParent.js';
export * from './isDisplayInline.js';
export * from './isVisible.js';