npm-username-to-packages
v0.1.4
Published
Fetches any packages associated with an npm username. 📨
Downloads
1,549
Readme
Usage
npm i npm-username-to-packagesimport { 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.
