mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Update utils.d.ts to include `isHexStrict` method As per the documentation in beta 36, there is a method `isHexStrict` method that checks if the passed string is hex and additionally starts with the '0x' prefix. * Restrict parameters to number or string in `isHexStrict`. * Remove superfluous string type in `isHexStrict` * `isHexStrict`: add test case for number |
||
|---|---|---|
| .. | ||
| eth | ||
| index.d.ts | ||
| promiEvent.d.ts | ||
| providers.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||
| types.d.ts | ||
| utils.d.ts | ||
| web3-tests.ts | ||