index.d.ts 249 B

12345
  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 { is, convert } from "./lib/index.js";
  5. //# sourceMappingURL=index.d.ts.map