@daccred/shared
v0.2.0
Published
All shared libraries, themes, api defaults and utilities
Downloads
4
Maintainers
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
.