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

https://github.com/yaph/grafo


https://github.com/yaph/grafo

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          
























Home
-
Documentation

# Install / Import

```bash
$ npm install --save grafo
```

```typescript
import { myFunction, myObject } from "grafo";
```

Specific imports:

```typescript
import { myFunction } from "grafo/myFunction";
import { myObject } from "grafo/myObject";
```