@foblex/utils
Version:
A comprehensive collection of utility functions and classes for TypeScript and web development, providing tools for type casting, DOM manipulation, event handling, and GUID generation.
8 lines (7 loc) • 332 B
TypeScript
export * from './deep-clone-node';
export * from './disable-drag-interactions';
export * from './extend-styles';
export * from './get-data-attr-value-from-closest-element-with-class';
export * from './get-or-create-root-node-for-view-ref';
export * from './is-closest-element-has-class';
export * from './normalize-dom-element-id';