index.ts 62 B

123
  1. export default function testA(): string {
  2. return 'testA';
  3. }