0.1.0 • Published 3 years ago

@floss/yolo v0.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
3 years ago

@floss/yolo

Checklist to see if this is for you:

  1. I want to run some code
  2. I give no less than zero nasty words about any errors
  3. Give me whatever is returned or keep quiet
import yolo from "@floss/yolo";
const response = yolo(function () {
  let result;
  // here lies some dark stuff...
  return result
});
console.log(response); 
// Alt 1. undefined (if an error was thrown)
// Alt 2. anything (if your code was somehow error-free)
0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago