toEl.d.ts 61 B

123
  1. declare function toEl(str: string): Element;
  2. export = toEl;