pub fn from_list(list: List(a)) -> dynamic.Dynamic
Gleam List를 JS 배열로 변환
pub fn to_list(array: dynamic.Dynamic) -> List(a)
JS 배열을 Gleam List로 변환