From 2e136c01e3050bc854b7bbd72ab46ed86895ef23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Najmann?= Date: Fri, 28 Oct 2016 15:59:43 +0200 Subject: [PATCH] Missing c3 namespace export (#12265) --- c3/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/c3/index.d.ts b/c3/index.d.ts index 37de6c12e2..90b670c73c 100644 --- a/c3/index.d.ts +++ b/c3/index.d.ts @@ -5,6 +5,9 @@ /// +export = c3; +export as namespace c3; + declare namespace c3 { type PrimitiveArray = Array;