Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 1cf7240

Browse files
committed
add more missing files
1 parent e648991 commit 1cf7240

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ node_modules/
3232
dist/
3333
docs/
3434
out/
35-
typings/
3635
test/_temp/
37-
!src/typings/
3836

3937
yarn-error.log

.typingsrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/typings/jsdoc-api.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module 'jsdoc-api' {
2+
export function explain(options: any): Promise<any[]>;
3+
export function explainSync(options: any): any[];
4+
export function renderSync(options: any): void;
5+
}

0 commit comments

Comments
 (0)