Skip to content

Commit

Permalink
fix: move jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
syi0808 committed Oct 16, 2024
1 parent 3b1ddc9 commit 3ce4a71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ export async function pubm(options: Options): Promise<void> {
await run(resolvedOptions);
}

/**
* Options for configuring the {@linkcode pubm} function.
*/
export type { Options } from './types/options.js';
3 changes: 3 additions & 0 deletions src/types/options.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export type RegistryType = 'npm' | 'jsr' | string;

/**
* Options for configuring the {@linkcode pubm} function.
*/
export interface Options {
/**
* @description Version to publish
Expand Down

0 comments on commit 3ce4a71

Please sign in to comment.