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,3 +1 @@
import { toUpperCase } from "./tools/toUpperCase";
export const myObject = { "p": toUpperCase("foo") };
export const myObject = { "p": "foo" };