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 052e44d commit 4e67949Copy full SHA for 4e67949
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
+}
0 commit comments