/** * Internal dependencies */ import { shortestCommonSupersequence } from './scs'; export type StyleElement = HTMLLinkElement | HTMLStyleElement; /** * Compares the passed style or link elements to check if they can be * considered equal. * * @param a `