# Serializing nouns and verbs

## Nouns

See the typedef for nouns in [Parsing verbs and nouns](parse2.md).

```ts
const text = tokipona.joinNoun(noun);
```

## Verbs

See the typedef for verbs in [Parsing verbs and nouns](parse2.md).

```ts
const text = tokipona.joinVerb(verb);
```

