ts-ci/src/myFunction.ts
Joseph Garrone a55f9e86eb update
2020-05-14 00:47:15 +02:00

2 lines
No EOL
65 B
TypeScript

export const myFunction = ()=> Promise.resolve(["a", "b", "c"]);