index.ts 72 B

123
  1. export function sampleFunction(x: string): string {
  2. return x + x;
  3. }