UNPKG

mnubo-sdk

Version:
5 lines (4 loc) 245 B
export declare function isPresent(val: any): boolean; export declare function base64Encode(str: string): string; export declare function encodeObjectForUrlParams(data: any): string; export declare function camelToSnakeCase(str: string): string;