Skip to content

Commit

Permalink
docs: add module doc for main module
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Oct 27, 2024
1 parent 5588d23 commit b2e4529
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @module
* This module exports the {@link run} function and its varieties, and the types
* that they use.
*/

export { run } from "./src/run.ts";
export type { RunOptions } from "./src/run.ts";
export type { CommandFailure } from "./src/run.ts";
Expand Down

0 comments on commit b2e4529

Please sign in to comment.