Type Alias CharacterPair

Expand description

A tuple of two characters, like a pair of opening and closing brackets.

type CharacterPair = [string, string]