From 9e04937809c393e6269b919433c8ec497fc39419 Mon Sep 17 00:00:00 2001 From: Roman Golovanov Date: Sun, 3 Apr 2016 00:57:50 +0300 Subject: [PATCH] rollback last changes --- windows-1251/windows-1251-tests.ts | 2 +- windows-1251/windows-1251.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows-1251/windows-1251-tests.ts b/windows-1251/windows-1251-tests.ts index cb26957ae..ec231c6ef 100644 --- a/windows-1251/windows-1251-tests.ts +++ b/windows-1251/windows-1251-tests.ts @@ -1,6 +1,6 @@ /// -import windows1251 from 'windows-1251'; +import * as windows1251 from 'windows-1251'; var text:string = "some text", byteString:string, decodedText:string; diff --git a/windows-1251/windows-1251.d.ts b/windows-1251/windows-1251.d.ts index a9e9c3656..48883637b 100644 --- a/windows-1251/windows-1251.d.ts +++ b/windows-1251/windows-1251.d.ts @@ -22,5 +22,5 @@ declare module 'windows-1251' { labels: string[]; } - export default windows1251; + export = windows1251; }