Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@chialab/proteins

chialab393MIT3.7.2TypeScript support: included

A primer for JavaScript libraries and frameworks development.

proteins, chialab, javascript, utils

readme

Proteins logo

Proteins • A primer for JavaScript libraries and frameworks development.

NPM


Get the library

Install via NPM or Yarn:

npm i @chialab/proteins
yarn add @chialab/proteins

Development

Build status codecov

Build

Install the dependencies

yarn

and run the build script:

yarn build

This will generate the ESM and CJS bundles in the dist folder and declaration files in the types folder.


License

Proteins is released under the MIT license.

changelog

3.7.0 (2022-05-24)

3.7.2

Patch Changes

  • 8753bd0: Add types to export map.

3.7.1

Patch Changes

  • Fix url serialization

Bug Fixes

3.6.0 (2022-05-23)

Features

  • serialize iterable objects (09643a9)