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

https://github.com/garronej/fictional-giggle

This is my cool new project
https://github.com/garronej/fictional-giggle

Last synced: 3 months ago
JSON representation

This is my cool new project

Awesome Lists containing this project

README

        





This is my cool new project


















Home
-
Documentation

# Install / Import

```bash
$ npm install --save fictional-giggle
```

```typescript
import { myFunction, myObject } from "fictional-giggle";
```

Specific imports:

```typescript
import { myFunction } from "fictional-giggle/myFunction";
import { myObject } from "fictional-giggle/myObject";
```