UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

10 lines (8 loc) 221 B
const chars = { // in some setups now.exe crashes if we use // the normal tick unicode character :| /*eslint-disable */ tick: process.platform === 'win32' ? '√' : '✔' /*eslint-enable */ } module.exports = chars