Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 277 Bytes

File metadata and controls

17 lines (11 loc) · 277 Bytes

Devcamp JS Footer

This should be used in the following manner

Install with the command

npm install --save devcamp-js-footer

Add to a JavaScript Project with the following code:

import { footer } from 'devcamp-jsfooter';

footer('Some Name');