UNPKG

dom-helpers

Version:
4 lines 172 B
import ownerWindow from './ownerWindow'; export default function getComputedStyle(node, psuedoElement) { return ownerWindow(node).getComputedStyle(node, psuedoElement); }