Type alias trimMode

trimMode: null | "left" | "right" | "both"

A valid mode for trimming the string. null skips trimming entirely.

Since

v1.2.0