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
- Host: GitHub
- URL: https://github.com/garronej/improved-garbanzo-easy
- Owner: garronej
- License: mit
- Created: 2023-02-20T09:32:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T09:40:28.000Z (over 2 years ago)
- Last Synced: 2025-02-05T11:18:47.709Z (4 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 1
- 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 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";
```