UNPKG

robinhood-nodets

Version:

Comprehensive TypeScript API wrapper for the Robinhood private API

7 lines 345 B
import { submitChallenge } from "./auth.js"; import RobinhoodApi from "./api.js"; import { AuthResponse, RobinhoodCredentials } from "./types.js"; export * from "./types.js"; export { submitChallenge, RobinhoodApi }; export default function Robinhood(credentials: RobinhoodCredentials): Promise<AuthResponse>; //# sourceMappingURL=index.d.ts.map