Skip to content

NameInput

Input for encodeName.

Accepts either a NameObject convenience shape or an ordered array of NameAttribute pairs.
Both forms encode one attribute per RDN.

ts
type NameInput = NameObject | readonly NameAttribute[]

Released under the MIT License.