(config?: ClientConfig)
| 661 | * Create a new ShipSec API client instance |
| 662 | */ |
| 663 | export function createShipSecClient(config?: ClientConfig) { |
| 664 | return new ShipSecApiClient(config); |
| 665 | } |
| 666 | |
| 667 | // Export types for consumers |
| 668 | export type * from './client'; |