JSPM

  • Created
  • Published
  • Downloads 37
  • Score
    100M100P100Q82420F
  • License ISC

Common patterns, functions, etc... used when building react applications

Package Exports

  • andculturecode-javascript-core
  • andculturecode-javascript-core/dist/__mocks__/axios
  • andculturecode-javascript-core/dist/tests/factories/stub-resource-record-factory

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

Readme

AndcultureCode.JavaScript.Core

Build Status codecov

Common patterns, functions, etc... used when building javascript applications

Getting started

This package is installed via npm or yarn

# npm
npm install --save-dev andculturecode-javascript-core

# yarn
yarn add andculturecode-javascript-core --dev

From there you can import the variety of modules.

import {
    CollectionUtils,
    CoreUtils
} from "andculturecode-javascript-core";

Documentation

Full API documentation

Contributing

Information on contributing to this repo is in the Contributing Guide