nakai

Functions

pub fn to_string(tree: Node(a)) -> String

Examples

html.div_text([], "hello, lucy!")
|> nakai.to_string()
pub fn to_string_builder(tree: Node(a)) -> StringBuilder

Examples

html.div_text([], "hello, lucy!")
|> nakai.to_string_builder()
Search Document