Skip to content

Variable: formatVersion ​

const formatVersion: (version) => string

Defined in: packages/redcap-core/dist/version/compare.d.ts:14

Format a Version object as a string

Parameters ​

version ​

Version

Returns ​

string

Example ​

ts
formatVersion({ major: 14, minor: 5, patch: 10 })
// "14.5.10"