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

javaemul.internal.Casts.native.js Maven / Gradle / Ivy

The newest version!
/**
 * // TODO(b/79389970): change castType to Function.
 * @param {*} instance
 * @param {Object} castType
 * @return {*}
 */
$Casts.$to = function(instance, castType) {
  return $Casts.$toInternal(
      instance, /** @type {function(*):boolean} */ (castType.$isInstance),
      /** @type {Constructor} */ (castType));
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy