UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

5 lines (4 loc) 126 B
/** * Return whether an element is `display: inline` */ export declare function isDisplayInline(element: Element): boolean;