JSPM

  • Created
  • Published
  • Downloads 51985
  • Score
    100M100P100Q217510F
  • License MIT

Buffetjs Utils

Package Exports

  • @buffetjs/utils

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

Readme

Buffet.js Utils

Getting Started

Installation

Using yarn

yarn add @buffetjs/utils
# Install the required dependencies
yarn add lodash prop-types react react-dom react-router-dom styled-components

or npm

npm install @buffetjs/utils --save
# Install the required dependencies
npm install lodash prop-types react react-dom react-router-dom styled-components --save