mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
CB-13741: Updating checked-in node_modules, otherwise plugin installation fails
This commit is contained in:
+5
@@ -346,6 +346,11 @@ declare namespace bigInt {
|
||||
* Converts a bigInt to a string.
|
||||
*/
|
||||
toString(radix?: number): string;
|
||||
|
||||
/**
|
||||
* Converts a bigInt to a string. This method is called behind the scenes in JSON.stringify.
|
||||
*/
|
||||
toJSON(): string;
|
||||
|
||||
/**
|
||||
* Converts a bigInt to a native Javascript number. This override allows you to use native
|
||||
|
||||
Reference in New Issue
Block a user