Skip to content

Javran/subtender

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published