fuckit
Version:
For when you have completely given up on your NPM package and you do not care anymore...
12 lines (9 loc) • 521 B
JavaScript
'use strict'; // Really important.
var warning = [
'********************************************************************************',
' WARNING ',
'The owner of this package has has decided that he or she no longer gives a fuck.',
'As such, this package is no longer maintained we advise you to seek alternatives.',
'********************************************************************************'
].join('\n');
console.error(warning);