Module: processTargets/modifiers/surroundingPair/types
Interfaces
Type aliases
DelimiterSide
Ƭ DelimiterSide: "unknown"
| "left"
| "right"
Used to indicate whether a particular side of the delimiter is left or right or if we do not know. Note that the terms "opening" and "closing" could be used instead of "left" and "right", respectively.
Defined in
processTargets/modifiers/surroundingPair/types.ts:8