#1018027 ITP: node-degenerator -- Compiles sync functions into async functions

#1018027#5
Date:
2022-08-24 11:35:01 UTC
From:
To:
* Package name    : node-degenerator
   Version         : 3.0.2
   Upstream Author : Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)
* URL             : https://github.com/TooTallNate/node-degenerator#readme
* License         : Expat
   Programming Lang: JavaScript
   Description     : Compiles sync functions into async functions

This module takes a String to one or more synchronous JavaScript
functions, and returns a new String with those JS functions transpiled
into async functions.
  .
  Node.js is an event-based server-side JavaScript engine.