I hereby claim:
- I am michsch on github.
- I am michsch (https://keybase.io/michsch) on keybase.
- I have a public key ASDM1KMu7LqHWOEC3hO3yZyvw8kgZ1E3iNAr4TPRrXNxaQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import {List, Map} from 'immutable' | |
| /** | |
| * Creates a deep immutable map and/or list. | |
| * | |
| * @public | |
| * @param {boolean|number|string} data | |
| * @returns {boolean|number|string|Immutable.List|Immutable.Map} | |
| */ | |
| const deepImmutable = (data) => { |
| body { | |
| white-space: pre; | |
| font-family: monospace; | |
| } | |
| .property { | |
| font-weight: bold; | |
| } | |
| .type-null { |
| # system files | |
| *Thumbs.db | |
| *DS_Store | |
| # editor settings | |
| *.sublime-workspace | |
| /.idea | |
| # sass | |
| *.sass-cache |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| import configDataLayerVariableName from 'varify.io.config' | |
| const fallbackDataLayerVariableName = 'dataLayer' | |
| const globalGoogleTagManagerVariableName = 'google_tag_manager' | |
| /** | |
| * Get all dataLayers from Google Tag Manager configuration | |
| * (only available if the google tag manager is already loaded) | |
| * | |
| * @return {Array} all dataLayer variables used in the google tag manager configuration |