https://github.com/garronej/automatic-octo-dollop
Alors?
https://github.com/garronej/automatic-octo-dollop
Last synced: 3 months ago
JSON representation
Alors?
- Host: GitHub
- URL: https://github.com/garronej/automatic-octo-dollop
- Owner: garronej
- License: mit
- Created: 2023-01-18T14:15:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T14:18:49.000Z (over 2 years ago)
- Last Synced: 2025-02-05T11:19:02.551Z (4 months ago)
- Language: TypeScript
- Size: 13.7 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 automatic-octo-dollop
``````typescript
import { myFunction, myObject } from "automatic-octo-dollop";
```Specific imports:
```typescript
import { myFunction } from "automatic-octo-dollop/myFunction";
import { myObject } from "automatic-octo-dollop/myObject";
```