How to use the @mrmlnc/readdir-enhanced.readdirSyncStat function in @mrmlnc/readdir-enhanced

To help you get started, we’ve selected a few @mrmlnc/readdir-enhanced examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github GoogleContainerTools / kpt / docsy / node_modules / fast-glob / package / out / providers / reader-sync.js View on Github external
ReaderSync.prototype.dynamicApi = function (root, options) {
        return readdir.readdirSyncStat(root, options);
    };
    /**
github mrmlnc / fast-glob / src / providers / reader-sync.ts View on Github external
public dynamicApi(root: string, options: readdir.Options): Entry[] {
		return readdir.readdirSyncStat(root, options);
	}

@mrmlnc/readdir-enhanced

fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.

MIT
Latest version published 6 years ago

Package Health Score

67 / 100
Full package analysis