Skip to content

Commit 3ce4a71

Browse files
committed
fix: move jsdoc
1 parent 3b1ddc9 commit 3ce4a71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ export async function pubm(options: Options): Promise<void> {
1818
await run(resolvedOptions);
1919
}
2020

21-
/**
22-
* Options for configuring the {@linkcode pubm} function.
23-
*/
2421
export type { Options } from './types/options.js';

src/types/options.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
export type RegistryType = 'npm' | 'jsr' | string;
22

3+
/**
4+
* Options for configuring the {@linkcode pubm} function.
5+
*/
36
export interface Options {
47
/**
58
* @description Version to publish

0 commit comments

Comments
 (0)