-
-
Notifications
You must be signed in to change notification settings - Fork 2
function_isPlainObject
Wesley de Groot edited this page Oct 23, 2015
·
29 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
Check to see if an object is a plain object (created using "{}" or "new Object").
- @param object [object] Wrapper
- @param object obj Object to test
- @return bool
- @example _.isPlainObject(function(){});
| Type | @var | Description | Required |
| object | [object] | Wrapper | Optional |
| object | obj | Object | Required |
© Wesley de Groot • CC-BY 4.0 • WDGWV