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

https://github.com/garronej/improved-garbanzo-easy

This is the name of my lib
https://github.com/garronej/improved-garbanzo-easy

Last synced: 3 days ago
JSON representation

This is the name of my lib

Awesome Lists containing this project

README

        





This is the name of my lib


















Home
-
Documentation

# Install / Import

```bash
$ npm install --save improved-garbanzo-easy
```

```typescript
import { myFunction, myObject } from "improved-garbanzo-easy";
```

Specific imports:

```typescript
import { myFunction } from "improved-garbanzo-easy/myFunction";
import { myObject } from "improved-garbanzo-easy/myObject";
```