Skip to content

arconnectio/types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arconnect-types

This package helps Typescript users develop for ArConnect.

Install

npm i -D arconnect

or

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:

/// <reference types="arconnect" />

Releases

No releases published

Packages

No packages published