Page MenuHomePhorge

url.d.ts
No OneTemporary

Size
320 B
Referenced Files
None
Subscribers
None

url.d.ts

declare function encodeURI(uri: string): string;
declare function encodeURIComponent(component: string): string;
declare function decodeURI(uri: string): string;
declare function decodeURIComponent(component: string): string;
declare function escape(str: string): string;
declare function unescape(str: string): string;

File Metadata

Mime Type
text/plain
Expires
Sun, May 3, 9:48 AM (18 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
518329
Default Alt Text
url.d.ts (320 B)

Event Timeline