Function to_js_bigint

Source
pub fn to_js_bigint<M: Manager>(
    manager: M,
    b: BigInt,
) -> JsBigintRef<M::Dealloc>