Skip to content

Commit

Permalink
Resolved the types error for typings file
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth Kothari committed Mar 20, 2024
1 parent 0de9131 commit 384c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
/* SystemJS module definition */
declare let module: NodeModule;

interface NodeModule {
id: string;
}

0 comments on commit 384c77b

Please sign in to comment.