ts-ci/src/myFunction.ts
2021-08-01 02:43:03 +02:00

3 lines
61 B
TypeScript

export function myFunction() {
return ["a", "b", "c"];
}