Add trimkit to the base Readme

This commit is contained in:
Timothy Farrell 2017-01-20 22:55:37 -06:00
parent b4836882c4
commit 2f0620cd35
2 changed files with 5 additions and 4 deletions

View File

@ -8,3 +8,8 @@ These are my personal projects.
Observable and computed value stores designed to work together for storing real state and derived
state.
## [Trimkit](./packages/trimkit/README.md)
Javascript API abstractions to enhance minification by substituting variables. It's really quite
silly.

View File

@ -50,7 +50,3 @@ pre-compression gains can result in post-compression losses. YMMV.
* `obj === undefined`
* `obj === null`
* `fn.apply(context, params)`
## Credit
Created by [Timothy Farrell](https://github.com/explorigin)