We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe870d commit 20aa11aCopy full SHA for 20aa11a
packages/example-lib3/src/lib/example-lib3.ts
@@ -7,3 +7,7 @@ export function exampleLib3(): string {
7
export function newExampleLib3(): string {
8
return 'this is totally new one';
9
}
10
+
11
+export function newFunc(): string {
12
+ return 'something';
13
+}
0 commit comments