UNPKG

@sudowealth/schwab-api

Version:

TypeScript client for Charles Schwab API with OAuth support, market data, trading functionality, and complete type safety

8 lines (7 loc) 163 B
export function mergeShapes(...shapes) { const merged = {}; for (const shape of shapes) { Object.assign(merged, shape); } return merged; }