An open API service indexing awesome lists of open source software.

https://github.com/spookyuser/mixpanel-node-types


https://github.com/spookyuser/mixpanel-node-types

Last synced: 4 months ago
JSON representation

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';
```