nyx/tests/fixtures/resolver/apps/web/src/foo.ts

4 lines
38 B
TypeScript
Raw Normal View History

export function foo() {
return 1;
}