@oddjs/odd
Version:
ODD SDK
7 lines (6 loc) • 338 B
TypeScript
export declare function decode(base64: string): string;
export declare function encode(str: string): string;
export declare function urlDecode(base64: string): string;
export declare function urlEncode(str: string): string;
export declare function makeUrlSafe(a: string): string;
export declare function makeUrlUnsafe(a: string): string;