main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
348 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | export declare const invalidProtocolRegex: RegExp;
|
---|
| 2 | export declare const htmlEntitiesRegex: RegExp;
|
---|
| 3 | export declare const htmlCtrlEntityRegex: RegExp;
|
---|
| 4 | export declare const ctrlCharactersRegex: RegExp;
|
---|
| 5 | export declare const urlSchemeRegex: RegExp;
|
---|
| 6 | export declare const relativeFirstCharacters: string[];
|
---|
| 7 | export declare const BLANK_URL = "about:blank";
|
---|
Note:
See
TracBrowser
for help on using the repository browser.