From c08bd49b0b285c272fad14b2adc8b01e2c7488ec Mon Sep 17 00:00:00 2001 From: Vitaly Komarov Date: Fri, 25 May 2018 15:23:11 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D0=B9=20=D0=BC=D0=BE=D0=BC=D0=B5=D0=BD=D1=82=20=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D1=8C=20=D1=80=D0=B0=D1=81=D1=85=D0=BE=D0=B6=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=20=D0=BE=D1=84=D1=84.=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BA=D1=83=D0=BC=D0=BD=D1=82=D0=B0=D1=86=D0=B8=D0=B5?= =?UTF-8?q?=D0=B9.=20=D0=9F=D1=80=D0=B5=D0=B4=D0=BB=D0=B3=D0=B0=D1=8E=20?= =?UTF-8?q?=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D1=82=D1=8C=20=D1=81=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=BE=D0=BA=202=D0=B4=D1=83=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BB=D0=B0=D0=BD=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B2=D0=BD=D0=B5=D1=81=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B9=20?= =?UTF-8?q?=D0=B8=20=D0=B1=D0=BE=D0=BB=D0=B5=D0=B5=20=D0=BB=D1=91=D0=B3?= =?UTF-8?q?=D0=BA=D0=BE=D0=B3=D0=BE=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=20=D0=B4=D0=BB=D1=8F=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=82=D1=80=D0=B8=D0=B1=D1=8C=D1=8E=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=BE=D0=B2.=20See:=20https://www.typescriptlang.org/doc?= =?UTF-8?q?s/handbook/basic-types.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ba0df77..c49d8ff 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,8 @@ [Официальная спецификация языка](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md). + +### Todo +* Базовые типы + * Null и Undefined + * Never