Gets the right command file extension on Windows
> Gets the right command file extension on Windows

``sh`
`js
'use strict'
const CMD_EXTENSION = require('cmd-extension')
console.log(CMD_EXTENSION)
//> .CMD
``