index.d.ts 98 B

12
  1. export { default } from "./lib/index.js";
  2. export type Options = import('./lib/index.js').Options;