Skip to content

Commit 987c643

Browse files
committed
updated typings examples
1 parent 21581a5 commit 987c643

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// example external ES Module declaration
2-
declare module 'example-module' {
2+
declare module 'example-es6-module' {
33
// public variables
44
export const exampleVariable: number;
55

0 commit comments

Comments
 (0)