JSPM

@daccred/shared

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q9796F
  • License ISC

All shared libraries, themes, api defaults and utilities

Package Exports

  • @daccred/shared
  • @daccred/shared/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@daccred/shared) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@daccred/shared

All shared libraries, themes, api defaults, types, interfaces and utilities

TODO: description

Usage

const shared = require('@daccred/shared');

// TODO: DEMONSTRATE API

Notes

Compiling with sourceMaps is key for optimal DX. this way both your IDE, Typescript and the Node Package Manager can resolve the source code to the original typescript file in src even when your import references the /dist folder defined in your package.json.