UNPKG

@bapp/auto-api-client

Version:

Client to consume BAPP auto API, based on content types with type inference

3 lines (2 loc) 226 B
export declare const mergeConfigs: <TDestination, TSource = Partial<TDestination>>(destination: TDestination, source: TSource) => TDestination & TSource; export declare const getPageParam: (url: string) => number | undefined;