From 5e992b90b536fe45e3191000046d2942a9da8c55 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Fri, 2 Oct 2020 09:06:45 +0200 Subject: [PATCH] Update README.MD --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 6fa1d2e9..d9df3f2a 100644 --- a/README.MD +++ b/README.MD @@ -85,7 +85,8 @@ pool.execute({}).then(res => { ``` - See examples folder for more details ( in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js) ). + See examples folder for more details( in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js) ). +Now type script is also supported, find how to use it into the example folder

Node versions

-- 2.34.1