nyx/tests/fixtures/resolver/apps/web/src/lib/x.ts

4 lines
36 B
TypeScript
Raw Normal View History

export function x() {
return 4;
}