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 2539671 + 4e67949 commit afe870dCopy full SHA for afe870d
packages/example-lib2/src/lib/example-lib2.ts
@@ -3,3 +3,7 @@ import { exampleLib } from '@babylonlabs-io/example-lib';
3
export function exampleLib2(): string {
4
return exampleLib() + 'example-lib2';
5
}
6
+
7
+export function newExampleLib2(): string {
8
+ return 'this one';
9
+}
packages/example-lib3/src/lib/example-lib3.ts
@@ -5,5 +5,5 @@ export function exampleLib3(): string {
export function newExampleLib3(): string {
- return 'this is totally new';
+ return 'this is totally new one';
0 commit comments