//! Module implementing the operations for the inner value of a `[super::JsValue]`.
usecfg_if::cfg_if;cfg_if!(if#[cfg(feature ="jsvalue-enum")]{modlegacy;pub(crate)uselegacy::EnumBasedValue as InnerValue;}else{modnan_boxed;pub(crate)usenan_boxed::NanBoxedValue as InnerValue;});