0.1.2 โ€ข Published 4 months ago

npm-username-to-packages v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago