0.1.1 • Published 9 years ago

keymirror v0.1.1

Weekly downloads
183,485
License
-
Repository
github
Last release
9 years ago

KeyMirror

Create an object with values equal to its key names.

I thought react/lib/keyMirror was useful and wanted to reuse it without any dependencies.

This is not my code, this is property of Facebook.

Usage

npm install keymirror

var keyMirror = require('keyMirror');
var COLORS = keyMirror({blue: null, red: null});
var myColor = COLORS.blue;
var isColorValid = !!COLORS[myColor];

The last line could not be performed if the values of the generated enum were not equal to their keys.

Input: {key1: val1, key2: val2}

Output: {key1: key1, key2: key2}

I sometimes use this with lodash - use the following upon your first use of lodash to mix it in:

var _ = require('lodash');
_.mixin({keyMirror: require('keyMirror')});
// Can now be used as _.keyMirror(object)
@dterekhova/schemas@applicaster/zapp-react-native-default-playerextension-chromemaicai.m.ddxq.mobitest-l-hreact-native-video-forkeddekoa-hdmircoai-guiscratch-gui-freerangenodebb-plugin-custom-fields-vitereact-testcardreact-native-webview-bridge-fork@atlastix/euiuca-service@infinitebrahmanuniverse/nolb-keymglitchyscratch-guidl-react-native-mock-renderscratch-gui@everything-registry/sub-chunk-2012delta-componenterasme-kepler.glelstr-jslibescape-from-the-mazedffrnt.apidonna-botdelightmom-scratch-guidekoacuvo-react-native-packagednd-core-forkreact-native-spotify-iosdynamic-uieasyvadminco-osin-node-rbaccodevider-scratch-guicodeful-paintconstant-keyscrawlkit-runner-htmlcscraftml-ideconfiguration-centercustomised-color-plugincss-typesettercrypto-core-shared-v2dashmadelinedealstat-grid@xyezir/orientosefeed-rn-videoflux-factoryetw-react-native-webview-file-upload-androidetadipiscieui-forkevectr.apif0-content-parsertf-react-map-glscratch-gui-astrofocusjstest_fabtest_fabric_controllerfog-controllerfog-controller-katefog-controller-kate1fancy-scratch-paintfancy-scratch-paint-mfabric-controllerfab_module_publishexample-storefrontforked-react-native-videogabbrofroobitfullgoal-webview-bridgejison-debuggerxiaoyaoji-mock-serverxiaoyaoji-mock-server-cookiexl-react-componentswysebee-paintzlandkepler.gl-forked-ismakutlkepler.gl.geoiqkepler.gl.sh.customkjdshfskdjhfskdjhsdjkhgfdjhskgf@gifyourgame/react-native-video@getyoti/yoti-doc-scan-react-native@getyoti/react-native-yoti-button@getyoti/react-native-yoti-doc-scankyy-react-native-videokulbot-guihasoophappycode-painttripleo-uitreelogy-demotowneditor-guitranslate-makertranslate-maker-loadertranslate-maker-require-hooktop-table-specialtruekepler.glgitter-sidecartodomvc-atomreacttodomvc-fluxtm-react-native-videotricorder
0.1.1

9 years ago

0.1.0

10 years ago