Add isPlainObject

This commit is contained in:
Angelos Chalaris
2018-01-19 13:59:12 +02:00
parent 2f5e6b04fd
commit 71582dbe93
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