UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

5 lines (4 loc) 144 B
/** * Parse logs from DIP into a more human readable format. */ export declare function parseDIPLogs(logs: string, lines?: number): string[];