index.d.ts 108 B

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