mapZIndex
Get information about z-index state in your application
Usage: mapZIndex(): Array<{ element: Element, zIndex: number }>
import { mapZIndex } from 'map-z-index'
mapZIndex()
// Output: tree of your elements with the information about they z-index value
This module exported from utilizes project.