JSPM

  • Created
  • Published
  • Downloads 709
  • Score
    100M100P100Q110465F
  • License Apache-2.0

Types definition for Advanced REST Client. A developer helper library

Package Exports

  • @advanced-rest-client/arc-types

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@advanced-rest-client/arc-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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