Change object to any

This commit is contained in:
HenryNguyen5
2018-06-22 16:04:46 -04:00
parent 02ffeb0ca3
commit cf7782863b

View File

@@ -38,7 +38,7 @@ declare class RedBN {
// FIXME: not sure how to specify the reduction context here
interface ReductionContext {
m: number;
prime: object;
prime: any;
[key: string]: any;
}
@@ -62,7 +62,7 @@ declare class BN {
/**
* @description returns true if the supplied object is a BN.js instance
*/
static isBN(b: object): boolean;
static isBN(b: any): boolean;
/**
* @description Convert number to red