Trim the fat

This commit is contained in:
garronej 2021-08-01 02:43:03 +02:00
parent d20579dd26
commit 971e028503
12 changed files with 225 additions and 2858 deletions

View file

@ -1,2 +1,2 @@
export { myFunction } from "./myFunction";
export { myObject } from "./myObject";
export * from "./myFunction";
export * from "./myObject";