Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 447 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 447 Bytes

TLDR

logic shared across packages this package should NEVER depend on other monorepo packages (except @nodeproto/test)

about

generally shit ends up in this pkg because

  • logic was originally in another package, but needed to be extracted to keep the monorepo DRY and reduce cyclic dependencies

    • ensure you reimport back into the original package under the same name so consumers can have a stable API and we adhere to our contracts