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.
2 parents afe870d + 1aa38a4 commit d000252Copy full SHA for d000252
packages/example-lib2/src/lib/example-lib2.ts
@@ -5,5 +5,5 @@ export function exampleLib2(): string {
5
}
6
7
export function newExampleLib2(): string {
8
- return 'this one';
+ return 'this two';
9
packages/example-lib3/src/lib/example-lib3.ts
@@ -7,3 +7,7 @@ export function exampleLib3(): string {
export function newExampleLib3(): string {
return 'this is totally new one';
10
+
11
+export function newFunc(): string {
12
+ return 'something';
13
+}
0 commit comments