Add isPlainObject

This commit is contained in:
Angelos Chalaris
2018-01-19 13:59:12 +02:00
parent f8351649c2
commit adaed178a7
2 changed files with 15 additions and 0 deletions

View File

@ -98,6 +98,7 @@ isNil:type
isNull:type
isNumber:type,math
isObject:type,object
isPlainObject:type,object
isPrime:math
isPrimitive:type,function,array,string
isPromiseLike:type,function,promise