Intro
This study base on the 4.0.4 version of Redux, which is implemented by TypeScript.
index.ts
The entrance of the codes, providing all the components API.
isCrushed()
used to discover current environment is developing or production environment .
if the code is compressed and under production environment , then isCrushed.name
will be type of String but the name will be changed to others