Wellington Defassio

Results 1 comments of Wellington Defassio

> dir/index.ts > > ```ts > export * from "./file" > ``` > > dir/file.ts > > ```ts > export foo = () => {} > ``` > > file.test.ts...