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
- Host: GitHub
- URL: https://github.com/garronej/fictional-giggle
- Owner: garronej
- License: mit
- Created: 2022-11-24T15:30:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T15:30:48.000Z (over 2 years ago)
- Last Synced: 2025-02-05T11:18:55.703Z (4 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# 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";
```