Chapter 10: Optimizing Synchronous Functions samples

This commit is contained in:
Beth Griggs
2020-08-30 23:30:37 +01:00
parent ef82559a0e
commit 575ab40a00
5 changed files with 88 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "optimize-sync",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"benchmark": "^2.1.4"
}
}