subtender is a collection of utilities that I found useful during develpment.
This package comes with multiple tiers of dependencies:
-
subtender/base
: things that requires no dependency -
subtender/tier1
: everything insubtender/base
, and things that requires:lodash
react-redux
-
subtender
is the same assubtender/tier1
. -
subtender/kc
includes functions related to KanColle Game mechanisms, has to be opted-in. Unlikesubtender/poi
, this module does not requirepoi
. Additional depedencies:lodash
-
subtender/poi
to import tools forpoi
development, has to be opted-in. It also re-exportssubtender/kc
.
Ignore peer dependency warnings accordingly.