UNPKG

@nepse-helper/core

Version:

A helper library for NEPSE

7 lines (6 loc) 187 B
import { INepse } from "./interfaces"; export { INepse } from "./interfaces"; export * from "./interfaces/api"; export declare class NepseBuilder { static build(): Promise<INepse>; }