We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c55da16 + c005d6c commit 1254e4eCopy full SHA for 1254e4e
example/.eslintrc.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
root: true,
3
extends: '@react-native-community',
4
+ parser: '@typescript-eslint/parser',
5
};
example/App.tsx
@@ -31,8 +31,6 @@ import PSBT from './src/PSBT';
31
import Options from './src/Options';
32
import {Result} from '../dist/utils/result';
33
34
-declare const global: {HermesInternal: null | {}};
35
-
36
const dummyPassword = 'shhhhhhh123';
37
const testNodePubkey =
38
'034ecfd567a64f06742ac300a2985676abc0b1dc6345904a08bb52d5418e685f79';
0 commit comments