mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added qualified names to namespaces. Added files for the namespace modules.
This commit is contained in:
2
text/text.d.ts
vendored
2
text/text.d.ts
vendored
@@ -2,7 +2,7 @@
|
|||||||
* Defines the supported character encodings.
|
* Defines the supported character encodings.
|
||||||
*/
|
*/
|
||||||
declare module "text" {
|
declare module "text" {
|
||||||
export module encoding {
|
module encoding {
|
||||||
export var ISO_8859_1: any;
|
export var ISO_8859_1: any;
|
||||||
export var US_ASCII: any;
|
export var US_ASCII: any;
|
||||||
export var UTF_16: any;
|
export var UTF_16: any;
|
||||||
|
|||||||
Reference in New Issue
Block a user