0.2.0 • Published 2 years ago

@daccred/shared v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@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.