codsen-glob
v1.1.2
Published
Fast file globbing
Downloads
14,331
Readme
Powered by picomatch. No other dependencies.
Install
This package is pure ESM.
npm i codsen-globQuick Take
import { strict as assert } from "node:assert";
import { glob } from "codsen-glob";
assert.deepEqual(await glob("src/**/*.ts"), ["src/main.ts"]);Documentation
Please visit codsen.com for a full description of the API. For Changelog, see raw md on GitHub or the website.
Contributing
To report bugs or request features or assistance, raise an issue on GitHub.
Licence
MIT License
Copyright © 2010-2026 Roy Revelt and other contributors
