문서
API
assemble

assemble

인자로 받은 배열에 담긴 한글 문장과 문자를 한글 규칙에 맞게 합성합니다.

function assemble(
  // 한글 문자와 문장을 담고 있는 배열
  words: string[]
): string

사용해보기