Micro module to help eliminate one of the bad typewriter habits.
npm install --save typographic-copyright
var copyright = require('typographic-copyright');
copyright(`(c) 2013 MegaCorp`); // © 2013 MegaCorp
MIT © Vladimir Starkov
Micro module to help eliminate one of the bad typewriter habits.
npm install --save typographic-copyright
var copyright = require('typographic-copyright');
copyright(`(c) 2013 MegaCorp`); // © 2013 MegaCorp
MIT © Vladimir Starkov