mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
rollback last changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path='windows-1251.d.ts' />
|
||||
|
||||
import windows1251 from 'windows-1251';
|
||||
import * as windows1251 from 'windows-1251';
|
||||
|
||||
var text:string = "some text", byteString:string, decodedText:string;
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -22,5 +22,5 @@ declare module 'windows-1251' {
|
||||
labels: string[];
|
||||
}
|
||||
|
||||
export default windows1251;
|
||||
export = windows1251;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user