JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q45968F
  • License Apache-2.0

A collection of functions to calculate data for beer recipes

Package Exports

  • beermath

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

Readme

Build Status

beermath

A collection of functions to help shape and create beer recipes.

installation

npm i -S beermath

usage

The /dist directory contains the ES6 source code, including an index.js that exports all of the symbols. The jsnext:main key points here to allow this to be used with ES6 build tools (like Rollup).

The /src directory contains the compiled-down ES5 variant which is generated when this package is published to NPM (or when you do npm run build).

license

Copyright © 2015 Todd Kennedy, Apache 2.0