mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 22:00:37 +02:00
readdir-scoped-modules
Like fs.readdir but handling @org/module dirs as if they were
a single entry.
Used by npm.
USAGE
var readdir = require('readdir-scoped-modules')
readdir('node_modules', function (er, entries) {
// entries will be something like
// ['a', '@org/foo', '@org/bar']
})