madhellothere
v0.1.0
Published
This packages uses ES Modules, which means that you will need to `import` the default package in order to use it.
Readme
hellothere Package
This packages uses ES Modules, which means that you will need to import the default package in order to use it.
Example usage:
npm install hellothereand then in your script file.
import bob from 'hellothere';
let someProp = 'Hello there.';
//assigns someProp with 'Hello there.'
function someFunc() {
console.log('');
console.log('');
//outputs spaces
console.log(someProp);
//outputs 'Hello There'
console.log('');
console.log('');
console.log('');
//outputs more spaces
console.log('General Kenobi.');
//outputs 'General Kenobi.'
console.log('');
console.log('');
//outputs more space
}
