UNPKG

sao

Version:

Futuristic scaffolding tool ⚔

6 lines (3 loc) 120 B
const RE = /^[./]|(^[a-zA-Z]:)/ module.exports = v => RE.test(v) module.exports.removePrefix = v => v.replace(RE, '')