Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-02-20 11:42:26 +00:00
parent 19a95956b7
commit fff6e7c7fa
47 changed files with 2227 additions and 217 deletions

1
myFunction.d.ts vendored Normal file
View File

@ -0,0 +1 @@
export declare function myFunction(): Promise<string[]>;