thomasclausen
v42.0.0
Published
The `thomasclausen` function, when called, will print a series of styled messages to the console, introducing Thomas Clausen and providing links to his web presence.
Downloads
30
Readme
thomasclausen
The thomasclausen function, when called, will print a series of styled messages to the console, introducing Thomas Clausen and providing links to his web presence.
Installation
npm install thomasclausenUsage
CLI
npx thomasclausenProgrammatic
ECMAScript
import thomasclausen from 'thomasclausen';
thomasclausen();CommonJS
const thomasclausen = require('thomasclausen');
// const thomasclausen = await import('thomasclausen's);
thomasclausen();