Package Exports
- dq-devcamp-js-footer
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 (dq-devcamp-js-footer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Devcamp JS Footer
This should be used in the following manner
Install with the command:
npm install --save dq-devcamp-js-footerAdd to a JavaScript project with the following code:
import { footer } from 'dq-devcamp-js-footer';
footer('Some Name');