We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef7752 commit 2eb8c28Copy full SHA for 2eb8c28
src/getDirectories.mjs
@@ -1,11 +1,8 @@
1
-import path from 'path'
2
-
3
import is from '@magic/types'
4
import deep from '@magic/deep'
5
import error from '@magic/error'
6
7
import { fs } from './fs.mjs'
8
-import { exists } from './exists.mjs'
9
import { getFilePath } from './getFilePath.mjs'
10
11
const libName = '@magic/fs.get'
0 commit comments