# readdir-scoped-modules Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry. Used by npm. ## USAGE ```javascript var readdir = require('readdir-scoped-modules') readdir('node_modules', function (er, entries) { // entries will be something like // ['a', '@org/foo', '@org/bar'] }) ```
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
LICENSE | File | 765 B | 0644 |
|
README.md | File | 323 B | 0644 |
|
package.json | File | 2.2 KB | 0644 |
|
readdir.js | File | 2.95 KB | 0644 |
|