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

https://github.com/garronej/vigilant-funicular-fantastic


https://github.com/garronej/vigilant-funicular-fantastic

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        
























Home
-
Documentation

# Install / Import !

```bash
$ npm install --save vigilant-funicular-fantastic
```

```typescript
import { myFunction, myObject } from "vigilant-funicular-fantastic";
```

Specific imports:

```typescript
import { myFunction } from "vigilant-funicular-fantastic/myFunction";
import { myObject } from "vigilant-funicular-fantastic/myObject";
```