UNPKG

@hv-kit/hexpress

Version:

facilitates typescript backend development with express

12 lines 614 B
export declare function RemovePointer(element: any): any; export declare function MapAll(element: any, mapper?: (data: any) => any, keysExcept?: string[]): any; export declare function GetBodyForUpdate(initialBody: any, newBody: any, nullableProperties?: string[]): any; export declare function GetBodyForUpdate2(initialBody: any, newBody: any): any; declare const _default: { RemovePointer: typeof RemovePointer; MapAll: typeof MapAll; GetBodyForUpdate: typeof GetBodyForUpdate; GetBodyForUpdate2: typeof GetBodyForUpdate2; }; export default _default; //# sourceMappingURL=json.d.ts.map