commonMain.org.reduxkotlin.utils.IsPlainObject.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lib-metadata Show documentation
Show all versions of lib-metadata Show documentation
Redux implementation for Kotlin. Mulitiplatform supported.
The newest version!
package org.reduxkotlin.utils
fun isPlainObject(obj: Any) = obj !is Function<*>