From d6c2c8c474f1d55f36e4ab4ffc9a1852f2f2b4fb Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 22 Oct 2021 14:46:06 -0400 Subject: [PATCH] notes on named imports --- Install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Install.md b/Install.md index f8486fb..3bc3e32 100644 --- a/Install.md +++ b/Install.md @@ -120,6 +120,12 @@ Install with: const human = new Human(); ``` +*Note: When using a named import in a TypeScript project, it is advisable to instruct TypeScript where to look for type definitions using explict path to types* + +```js +/// +``` +
## 3. [NPM](https://www.npmjs.com/) module