0.15.0 • Published 2 years ago

subtender v0.15.0

Weekly downloads
199
License
MIT
Repository
github
Last release
2 years ago

subtender

npm version

Build Status

subtender is a collection of utilities that I found useful during develpment.

Importing

This package comes with multiple tiers of dependencies:

  • subtender/base: things that requires no dependency

  • subtender/tier1: everything in subtender/base, and things that requires:

    • lodash
    • react-redux
  • subtender is the same as subtender/tier1.

  • subtender/kc includes functions related to KanColle Game mechanisms, has to be opted-in. Unlike subtender/poi, this module does not require poi. Additional depedencies:

    • lodash
  • subtender/poi to import tools for poi development, has to be opted-in. It also re-exports subtender/kc.

Ignore peer dependency warnings accordingly.