Skip to content

Team-Tritan/Maybe-Something

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maybe Something

Yet another useless project, brought to you by Redacted Devs

Ever wanted to check to see you maybe have something, but you're too lazy to use typescript? Boy, do I have the most useless package for you!

Example

const MaybeSomething = require("./index");

/**
 * Returns Obj
 * { value }
 **/
let thing = new MaybeSomething("thing");
let nothing = new MaybeSomething(null);

/**
 * MaybeSomething { value: 'thing' }
 * MaybeSomething { value: null }
 * */
console.log(thing);
console.log(nothing);

Contributing

  • Contribute on the open source github!

Releases

No releases published

Packages

No packages published