mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Trim the fat
This commit is contained in:
parent
d20579dd26
commit
971e028503
12 changed files with 225 additions and 2858 deletions
|
|
@ -1,3 +1,3 @@
|
|||
export function myFunction() {
|
||||
return Promise.resolve(["a", "b", "c"]);
|
||||
return ["a", "b", "c"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue