Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.
/ arc-types Public archive

⛔️ DEPRECATED. This module has been moved to @advanced-rest-client/events

License

Notifications You must be signed in to change notification settings

arc-archive/arc-types

Repository files navigation

Deprecated

This module has been moved to @advanced-rest-client/events


This module contains ARC's typed definitions for various data types.

Component types are defined in each component.

This is a stand alone module to avoid circular dependencies when using types in some components that would required types definition.

Usage

Installation

npm install --save @advanced-rest-client/arc-types

In a module

/** @typedef {import('@advanced-rest-client/arc-types').Cookies.ARCCookie} ARCCookie */

Development

git clone https://github.com/advanced-rest-client/arc-types
cd arc-types
npm install