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 @@
|
|||
import { toUpperCase } from "./tools/toUpperCase";
|
||||
|
||||
export const myObject = { "p": toUpperCase("foo") };
|
||||
export const myObject = { "p": "foo" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue