https://github.com/yaph/grafo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaph/grafo
- Owner: yaph
- License: mit
- Created: 2022-11-30T00:15:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T00:16:13.000Z (over 3 years ago)
- Last Synced: 2025-10-05T06:55:54.654Z (9 months ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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";
```