npm-username-to-packages
v0.1.2
Published
Fetches any packages associated with an npm username. 📨
Downloads
3,400
Readme
Usage
npm i npm-username-to-packages
import { npmUsernameToPackages } from "npm-username-to-packages";
await npmUsernameToPackages("joshuakgoldberg");
/*
[
{
"name": "ts-api-utils",
...
}
]
*/
See the .d.ts
TypeScript types for a description of the package data.
Contributors
💙 This package was templated with
create-typescript-app
.