arconnect
Version:
This package helps Typescript users develop for ArConnect.
24 lines (15 loc) • 356 B
Markdown
# arconnect-types
This package helps Typescript users develop for ArConnect.
## Install
```sh
npm i -D arconnect
```
or
```sh
yarn add -D arconnect
```
## Use
To add the types to your project, you should either include the package in your `tsconfig.json`, or add the following to your `env.d.ts` file:
```ts
/// <reference types="arconnect" />
```