UNPKG

featherbone-shipengine

Version:

Forked and patched version of the official ShipEngine JavaScript SDK for Node.js

6 lines (5 loc) 251 B
import { TrackUsingCarrierCodeAndTrackingNumberTypes } from "."; /** * Performs client-side validation of the params passed in by the user. */ export declare function validateParams(params: TrackUsingCarrierCodeAndTrackingNumberTypes.Params): void;