w2-types
TypeScript icon, indicating that this package has built-in type declarations

1.4.3 • Public • Published

Installation

  1. yarn build
  2. yarn link //w2-types is now prepped locally
  3. go to wf-corporate/wf-corporate-node directory and yarn link w2-types

How to update types

  1. update types
  2. yarn build
  3. Make PR

FAQ

How does w2-types in wf-corporate package.json work?

It doesn't. yarn link w2-types overrides that reference. The actual npm reference is a non maintained process that we use to avoid eslint(import/no-extraneous-dependencies) errors. One day we'll be able to delete it and not have that error.

Notes when updating

  • export all from index to avoid duplicate naming
  • For response/receive types, add a comment on the path used for easier searching

/w2-types/

    Package Sidebar

    Install

    npm i w2-types

    Weekly Downloads

    2

    Version

    1.4.3

    License

    MIT

    Unpacked Size

    71.1 kB

    Total Files

    28

    Last publish

    Collaborators

    • kcollins