UNPKG

featherbone-shipengine

Version:

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

5 lines (4 loc) 143 B
/** * Performs client-side validation of the params passed in by the user. */ export declare function validateParams(labelId: string): void;