Skip to content

Commit

Permalink
https://github.com/TypeStrong/typedoc/issues/2479
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Feb 15, 2024
1 parent 6526a56 commit 16f53ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"rollup": "^4.2.0",
"rollup-plugin-dts": "^6.1.0",
"terser": "^5.24.0",
"typedoc": "^0.25.3",
"typedoc": "^0.25.8",
"typedoc-plugin-missing-exports": "^2.0.0",
"uglify-js": "^3.17.4"
},
Expand Down
4 changes: 2 additions & 2 deletions src/.decls/cn/types/ghost_events_queryer_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type ghost_events_queryer_t_constructor = {
* jsstp.OnBoom();
* @alias jsstp.ghost_events_queryer_t
* @see {@link jsstp_t.new_event_queryer}
* @group ghost_events_queryer_t implementations
* @class
*/
declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & ghost_events_queryer_t_constructor;
/**
Expand All @@ -115,7 +115,7 @@ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl &
* jsstp.OnBoom();
* @alias jsstp.ghost_events_queryer_t
* @see {@link jsstp_t.new_event_queryer}
* @group ghost_events_queryer_t implementations
* @class
*/
type ghost_events_queryer_t = ghost_events_queryer_t_class_impl & ghost_events_queryer_t_call_signature & {
constructor: typeof ghost_events_queryer_t;
Expand Down
4 changes: 2 additions & 2 deletions src/.decls/en/types/ghost_events_queryer_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type ghost_events_queryer_t_constructor = {
* jsstp.OnBoom();
* @alias jsstp.ghost_events_queryer_t
* @see {@link jsstp_t.new_event_queryer}
* @group ghost_events_queryer_t implementations
* @class
*/
declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & ghost_events_queryer_t_constructor;
/**
Expand All @@ -115,7 +115,7 @@ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl &
* jsstp.OnBoom();
* @alias jsstp.ghost_events_queryer_t
* @see {@link jsstp_t.new_event_queryer}
* @group ghost_events_queryer_t implementations
* @class
*/
type ghost_events_queryer_t = ghost_events_queryer_t_class_impl & ghost_events_queryer_t_call_signature & {
constructor: typeof ghost_events_queryer_t;
Expand Down
4 changes: 2 additions & 2 deletions src/.decls/jp/types/ghost_events_queryer_t.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ type ghost_events_queryer_t_constructor = {
* jsstp.OnBoom();
* @alias jsstp.ghost_events_queryer_t
* @see {@link jsstp_t.new_event_queryer}
* @group ghost_events_queryer_t implementations
* @class
*/
declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl & ghost_events_queryer_t_constructor;
/**
Expand All @@ -115,7 +115,7 @@ declare const ghost_events_queryer_t: typeof ghost_events_queryer_t_class_impl &
* jsstp.OnBoom();
* @alias jsstp.ghost_events_queryer_t
* @see {@link jsstp_t.new_event_queryer}
* @group ghost_events_queryer_t implementations
* @class
*/
type ghost_events_queryer_t = ghost_events_queryer_t_class_impl & ghost_events_queryer_t_call_signature & {
constructor: typeof ghost_events_queryer_t;
Expand Down

0 comments on commit 16f53ed

Please sign in to comment.