-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make types great again (ish, many ignores for sanity)
- Loading branch information
1 parent
dd4f5b6
commit 081d4db
Showing
5 changed files
with
33 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
import { Buffer as B } from '@craftzdog/react-native-buffer' | ||
|
||
declare global { | ||
// @ts-ignore | ||
Check failure on line 4 in types/global.d.ts GitHub Actions / lint
Check failure on line 4 in types/global.d.ts GitHub Actions / lint
|
||
type Buffer = typeof Buffer | ||
// @ts-ignore | ||
Check failure on line 6 in types/global.d.ts GitHub Actions / lint
Check failure on line 6 in types/global.d.ts GitHub Actions / lint
|
||
const Buffer: B | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters