chore: format with Prettier

This commit is contained in:
Julien Fontanet
2018-08-19 16:46:34 +02:00
parent ec869ffdd3
commit 2236bd71c4
64 changed files with 313 additions and 242 deletions
+4 -1
View File
@@ -8,7 +8,10 @@ import isObject from './is-object'
// ===================================================================
const { create: createObject, prototype: { hasOwnProperty } } = Object
const {
create: createObject,
prototype: { hasOwnProperty },
} = Object
export const ACTION_ADD = 'add'
export const ACTION_UPDATE = 'update'