UNPKG

pasta-cli

Version:

Create your 'React Native' components and screens with single command

7 lines (5 loc) 133 B
const useSeperatedDir = (dir) => { const seperated = dir.split("/"); return seperated; }; module.exports = { useSeperatedDir };