pub(crate) type StringOrDouble = StringOrDouble;
pub(crate) enum StringOrDouble { String(DOMString), Double(Finite<f64>), }