Added qualified names to namespaces. Added files for the namespace modules.

This commit is contained in:
PanayotCankov
2014-06-03 11:49:10 +03:00
parent 3fcb0e8e40
commit a2d890905b

2
text/text.d.ts vendored
View File

@@ -2,7 +2,7 @@
* Defines the supported character encodings.
*/
declare module "text" {
export module encoding {
module encoding {
export var ISO_8859_1: any;
export var US_ASCII: any;
export var UTF_16: any;