UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

4 lines (3 loc) 112 B
export const createPathArr = (filePath) => { return filePath.split(/[\\/]/).filter((dir) => dir !== ''); };