index.d.ts 133 B

123
  1. export { default } from "./lib/index.js";
  2. export type Options = import("./lib/index.js").Options;
  3. //# sourceMappingURL=index.d.ts.map