isShadowRoot.d.ts 84 B

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