isShadowRoot.d.ts 84 B

123
  1. declare function isShadowRoot(val: any): val is ShadowRoot;
  2. export = isShadowRoot;