UNPKG

@ledgerhq/hw-transport-http

Version:
7 lines 263 B
import Transport from "@ledgerhq/hw-transport"; type InS = string | string[]; type InP = Promise<InS> | InS; type In = InP | (() => InP); declare const _default: (urls: In) => typeof Transport; export default _default; //# sourceMappingURL=withStaticURLs.d.ts.map