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

3 lines
38 B
TypeScript

export function baz() {
return 2;
}