@lxf2513/readdir-sync-recursive
Advanced tools
+1
-1
| { | ||
| "name": "@lxf2513/readdir-sync-recursive", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Reads the contents of the directory synchronously and recursively.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+1
-1
@@ -15,5 +15,5 @@ # readdir-sync-recursive | ||
| ```js | ||
| import readdirSyncRecursive from '' | ||
| import readdirSyncRecursive from '@lxf2513/readdir-sync-recursive' | ||
| readdirSyncRecursive('/path/source') | ||
| ``` |
5397
0.58%