UNPKG

@asoftwareworld/form-builder-pro

Version:

ASW Form Builder Pro helps you with rapid development and designed web forms which includes several controls. The key feature of Form Builder is to make your content attractive and effective. We can customize our control at run time and preview the same b

15 lines (14 loc) 353 B
export declare class Base64Decode { /** * Returns a URL-safe plaintext decoded string from b64 encoded input. */ static decode(input: string): string; /** * Decodes base64 into Uint8Array */ private static base64DecToArr; /** * Base64 string to array decoding helper */ private static b64ToUint6; }