UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

4 lines (3 loc) 183 B
import { TimeStamps } from '../types'; export declare function initializeTimeStamps(): TimeStamps; export declare function getTimeTitle(date: string, timeStamps: TimeStamps): string;