foo.ts 44 B

123
  1. export function foo() {
  2. return 'foo';
  3. }