Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
359 bytes
|
Line | |
---|
1 | export declare class Html4Entities {
|
---|
2 | decode(str: string): string;
|
---|
3 | static decode(str: string): string;
|
---|
4 | encode(str: string): string;
|
---|
5 | static encode(str: string): string;
|
---|
6 | encodeNonUTF(str: string): string;
|
---|
7 | static encodeNonUTF(str: string): string;
|
---|
8 | encodeNonASCII(str: string): string;
|
---|
9 | static encodeNonASCII(str: string): string;
|
---|
10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.