https://github.com/spookyuser/mixpanel-node-types
https://github.com/spookyuser/mixpanel-node-types
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spookyuser/mixpanel-node-types
- Owner: spookyuser
- Created: 2025-04-20T08:52:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-20T09:24:33.000Z (about 1 year ago)
- Last Synced: 2025-10-07T20:53:00.073Z (8 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# mixpanel-node-types
## Installation
To install the `mixpanel-node-types` package, run the following command:
```sh
npm install mixpanel-node-types
```
## Usage
To use the `mixpanel-node-types` package, import the types from the package as shown below:
```typescript
import { SomeType } from 'mixpanel-node-types';
```