UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

7 lines (5 loc) 143 B
'use strict' module.exports = function comverToSemver (comver) { if (!comver.includes('.')) return `${comver}.0.0` return `${comver}.0` }