pinejs-client-core
TypeScript icon, indicating that this package has built-in type declarations

6.15.0 • Public • Published

Pinejs Client

This module provides the core layer for javascript interface for the pinejs API, there are multiple builds you can use, to set the version globally use @balena/es-version, eg:

// Must be set before the first require
require('@balena/es-version').set('es2015') // We support exact matches on es2015 (default) and es2018, see https://github.com/balena-io-modules/balena-es-version for a full list of possible versions
require('pinejs-client-core') // requires the version set above

or to force a specific version overriding the default (not recommended) you can use

require('pinejs-client-core/es2015') // es2015/es6
require('pinejs-client-core/es2018') // es2018

For specific backends check out

/pinejs-client-core/

    Package Sidebar

    Install

    npm i pinejs-client-core

    Weekly Downloads

    12,274

    Version

    6.15.0

    License

    MIT

    Unpacked Size

    366 kB

    Total Files

    20

    Last publish

    Collaborators

    • balena.io