Const
Shim for allowing async function creation similar to new Function.
Found here: https://davidwalsh.name/async-function-class
const fetchPage = new AsyncFunction("url", "return await fetch(url);");
Generated using TypeDoc
Shim for allowing async function creation similar to new Function.
Found here: https://davidwalsh.name/async-function-class
Example