Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 229 Bytes

shared

  • Common items for core module shared between domain & data.

If you want to get import shared layer in another package

  npx  lerna add shared --scope=package_name

and

 import {} from 'shared'