UNPKG

@lastlight/typeorm-cursor-pagination

Version:
7 lines (6 loc) 413 B
export declare function atob(value: string): string; export declare function btoa(value: string): string; export declare function encodeByType(type: string, value: any): string | null; export declare function decodeByType(type: string, value: string): string | number | Date; export declare function camelOrPascalToUnderscore(str: string): string; export declare function pascalToUnderscore(str: string): string;