Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 3, 2023
1 parent 851eac2 commit 6e40402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Interface/Interface_Load.Type.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h5><span class="tsd-kind-parameter">Application</span>: <span class="tsd-signat
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Interface/Load.ts#L15">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Interface/Load.ts:15</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Interface/Load.ts#L16">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Interface/Load.ts:16</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
1 change: 1 addition & 0 deletions Source/Interface/Load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*
* This module defines the `Load` function, which is used by TypeDoc to load a plugin
* into the TypeDoc instance.
*
*/
export default interface Type {
/**
Expand Down
1 change: 1 addition & 0 deletions Target/Interface/Load.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*
* This module defines the `Load` function, which is used by TypeDoc to load a plugin
* into the TypeDoc instance.
*
*/
export default interface Type {
/**
Expand Down

0 comments on commit 6e40402

Please sign in to comment.