Options for coerce()
coerce()
Optional
Used by coerce() to coerce from right to left.
false Copy
false
coerce('1.2.3.4', { rtl: true }) // { version: '2.3.4', ... } Copy
coerce('1.2.3.4', { rtl: true }) // { version: '2.3.4', ... }
Options for
coerce()