An open API service indexing awesome lists of open source software.

https://github.com/pacexy/niz

Filter out available npm names.
https://github.com/pacexy/niz

Last synced: 26 days ago
JSON representation

Filter out available npm names.

Awesome Lists containing this project

README

          

# niz

Filter out available npm names through some restrictions.

### Usage

```typescript
const availableNames: string[] = niz(options: Options)
```

### Options

```typescript
interface Options {
length: number
charset?: string[]
filter?: Function
inject?: Function
}
```