UNPKG

@rpidanny/nepse.js

Version:

Fetch stock data from Nepal Stock Exchange

12 lines (11 loc) 261 B
export declare type TJsonPayload = { code: string; message: string; details?: Record<string, unknown>; }; export declare type TConstructorParams = { code?: string; message?: string; details?: Record<string, unknown>; err?: Error; };