UNPKG

@hapic/harbor

Version:

A harbor http api client.

7 lines (6 loc) 168 B
import type { Response } from 'hapic'; type Meta = { total?: number; }; export declare function extractResourceMetaOfResponse(response: Response): Meta; export {};