index.d.ts 228 B

1234
  1. export type Check = import('./lib/index.js').Check;
  2. export type Test = import('./lib/index.js').Test;
  3. export type TestFunction = import('./lib/index.js').TestFunction;
  4. export { convertElement, isElement } from "./lib/index.js";