Table of Contents generated with DocToc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { transform, isEqual, isObject } from 'lodash'; | |
| /** | |
| * Deep diff between two object, using lodash | |
| * @param {Object} object Object compared | |
| * @param {Object} base Object to compare with | |
| * @return {Object} Return a new object who represent the diff | |
| */ | |
| function difference(object, base) { | |
| return transform(object, (result, value, key) => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Retire : уходить в отставку (или на пенсию) | |
| Rank : звание | |
| Private : рядовой | |
| Corporal : капрал | |
| Major : майор | |
| Lieutenant Colonel : подполковник | |
| Colonel: полковник | |
| Brigadier General : бригадный генерал | |
| Major General : генерал-майор | |
| Lieutenant General : генерал-лейтенант |