Documentation
Usage
core
assemble

assemble

Combine the Korean sentences and characters in the array received as input according to Korean language rules.

function assemble(
  // An array containing Korean characters and sentences.
  fragments: string[]
): string

Demo