JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1016
  • Score
    100M100P100Q117027F
  • License ISC

Source code of the webOSTV.js library

Package Exports

  • @procot/webostv

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 (@procot/webostv) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Description

This the package contain a source code of the webOSTV.js library with the typings for library.

Library version

A source code and a typings presents for library version 1.1.1

Install

npm i -D @procot/webostv

or

yarn add @procot/webostv

Usage

Import all

Import all souce code of library:

import '@procot/webostv';

or

require('@procot/webostv');

Import webOS variable

Import the source code for webOS variable:

import '@procot/webostv/webOSTV';

or

require('@procot/webostv/webOSTV');

Import webOSDev variable

Import the source code for webOSDev variable:

import '@procot/webostv/webOSTV-dev';

or

require('@procot/webostv/webOSTV-dev');