subtender
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:
-
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:
-
subtender/poi
to import tools for poi
development, has to be opted-in. It also re-exports subtender/kc
.
Ignore peer dependency warnings accordingly.