Requirements
- If using Node, then use Node v14+
- If using Deno, then use Deno v1.16+
Updates
- Allow
accio()
call to take in JSON string or object. Example:const resultFromString = accio(`{"hello": "world"}`); const resultFromObject = accio({hello: "world"});