mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-13 00:54:32 +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