Function deno_runtime::colors::green_bold

source ยท
pub fn green_bold<'a, S>(s: S) -> Style<S>
where S: Display + 'a,