nyx/tests/fixtures/resolver/apps/web/bar/baz.ts

4 lines
38 B
TypeScript
Raw Normal View History

export function baz() {
return 2;
}