@types/web3
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@types/web3", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "TypeScript definitions for web3", | ||
@@ -103,4 +103,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "8ac323d1ec086c586f030b3fb6f04e2e2bbe3e4dabf95ecdebdb6b7bd686820e", | ||
"typesPublisherContentHash": "3a2e47b1591ae775d59e838caacbbef3bd69729c567a48f646e16f5bedd40bde", | ||
"typeScriptVersion": "2.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 08 Oct 2018 17:40:37 GMT | ||
* Last updated: Tue, 09 Oct 2018 20:58:19 GMT | ||
* Dependencies: bn.js, underscore | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -46,2 +46,4 @@ import BigNumber = require("bn.js"); | ||
type Hex = string | number; | ||
export default interface Utils { | ||
@@ -53,2 +55,3 @@ BN: BigNumber; // TODO only static-definition | ||
isHex(any: any): boolean; | ||
isHexStrict(val: Hex): boolean; | ||
_: us.UnderscoreStatic; | ||
@@ -55,0 +58,0 @@ asciiToHex(val: string): string; |
28305
782