From 9ae727cdeb7d822937f91276059fb394d3d064c6 Mon Sep 17 00:00:00 2001 From: Joe Jarvis Date: Sun, 15 Nov 2020 09:41:08 -0500 Subject: [PATCH] Add typescript demo to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d0f6da..62b5fa5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ npm i --save tasker-types In a TypeScript file, import `tk` from tasker types. You now have type definitions and autocomplete in -Example: +[Example](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAbzjA1nAhgZ2VlBTKOAXzgDMoIQ4AiGXAgWhgE8w9NqBuAKG7s3xQAdCDwATYOgBqEADYAKAKwAaZFACueVTA14AlDz71hpWVgAWAGQgA7AObyAsuhjmhpiNCcu3UdDbFKeT04ACo4AEYABii9IRgIAGUdYHtgg15+QSE8AA9gGGDOIA): ``` import { tk as tasker } from "tasker-types";