Map with multiple keys per value.
; const multi = ; multi;multi; // => "value"multi; // => "undefined"multisize; // => "1" const key3 = a: 'b' ;const key4 = c: 'd' ;const value2 = e: 'f' ; multi;multi; // => "{ e: 'f' }"multi; // => "undefined"multisize; // => "2" multi;multi; // => "undefined"multisize; // => "1"
Installation
npm i multikey --save
License
MIT