UNPKG

@creditkarma/thrift-server-core

Version:
11 lines (10 loc) 672 B
export * from './appendThriftObject'; export * from './readThriftObject'; export * from './readThriftMetadata'; export * from './normalizePath'; export declare function deepMerge<Base extends object, Update extends object>(base: Base, update: Update): Base & Update; export declare function overlayObjects<A, B>(a: A, b: B): A & B; export declare function overlayObjects<A, B, C>(a: A, b: B, c: C): A & B & C; export declare function overlayObjects<A, B, C, D>(a: A, b: B, c: C, d: D): A & B & C & D; export declare function overlayObjects<A, B, C, D, E>(a: A, b: B, c: C, d: D, e: E): A & B & B & C & D & E; export declare function formatUrl(requestUrl: string): string;