All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.reduxkotlin.utils.IsPlainObject.kt Maven / Gradle / Ivy

The newest version!
package org.reduxkotlin.utils

fun isPlainObject(obj: Any) = obj !is Function<*>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy