MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 6 lines 320 B view raw
1declare function encodeURI(uri: string): string; 2declare function encodeURIComponent(component: string): string; 3declare function decodeURI(uri: string): string; 4declare function decodeURIComponent(component: string): string; 5declare function escape(str: string): string; 6declare function unescape(str: string): string;