@lastlight/typeorm-cursor-pagination
Version:
[FORK] Cursor-based pagination works with TypeORM.
7 lines (6 loc) • 413 B
TypeScript
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;