@onekeyfe/hd-transport 0.1.41 → 0.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +0,0 @@
1
- declare const ByteBuffer: any;
2
- export { ByteBuffer };
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,UAAU,KAAuD,CAAC;AAExE,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare function getDefaultExportFromNamespaceIfPresent(n: any): any;
2
- //# sourceMappingURL=namespace.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"namespace.d.ts","sourceRoot":"","sources":["../../src/utils/namespace.ts"],"names":[],"mappings":"AAAA,wBAAgB,sCAAsC,CAAC,CAAC,EAAE,GAAG,OAE5D"}
@@ -1,6 +0,0 @@
1
- import * as ByteBufferJS from 'bytebuffer';
2
- import { getDefaultExportFromNamespaceIfPresent } from './namespace';
3
-
4
- const ByteBuffer = getDefaultExportFromNamespaceIfPresent(ByteBufferJS);
5
-
6
- export { ByteBuffer };
@@ -1,3 +0,0 @@
1
- export function getDefaultExportFromNamespaceIfPresent(n: any) {
2
- return n && Object.prototype.hasOwnProperty.call(n, 'default') ? n.default : n;
3
- }